Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ build: only: ["nimrod"] script: - cid="$(basename $(cat /proc/1/cpuset))" - docker pull adarnimrod/presentation - docker pull registry.shore.co.il/presentation - >- docker run --rm --volumes-from "$cid" --volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output" --workdir "$PWD" adarnimrod/presentation registry.shore.co.il/presentation make DESTDIR=output --jobs=4 Loading README.rst +2 −2 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ To build the pdf version (same for odt, html, docx) .. code:: shell docker run -itv "$PWD:/project" adarnimrod/presentation make pdf docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf To build all versions .. code:: shell docker run -itv "$PWD:/project" adarnimrod/presentation make docker run -itv "$PWD:/project" registry.shore.co.il/presentation make To upload to webserver (includes rebuilding all versions) Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ build: only: ["nimrod"] script: - cid="$(basename $(cat /proc/1/cpuset))" - docker pull adarnimrod/presentation - docker pull registry.shore.co.il/presentation - >- docker run --rm --volumes-from "$cid" --volume "/var/www/www.shore.co.il/resume:/builds/nimrod/resume/output" --workdir "$PWD" adarnimrod/presentation registry.shore.co.il/presentation make DESTDIR=output --jobs=4 Loading
README.rst +2 −2 Original line number Diff line number Diff line Loading @@ -27,13 +27,13 @@ To build the pdf version (same for odt, html, docx) .. code:: shell docker run -itv "$PWD:/project" adarnimrod/presentation make pdf docker run -itv "$PWD:/project" registry.shore.co.il/presentation make pdf To build all versions .. code:: shell docker run -itv "$PWD:/project" adarnimrod/presentation make docker run -itv "$PWD:/project" registry.shore.co.il/presentation make To upload to webserver (includes rebuilding all versions) Loading