Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ build: - master script: - cid="$(basename $(cat /proc/1/cpuset))" - docker pull adarnimrod/ci-images:python3 - docker pull registry.shore.co.il/ci-images:python3 - >- docker run --rm Loading @@ -22,6 +22,6 @@ build: --volumes-from "$cid" --volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output" --workdir "$PWD" adarnimrod/ci-images:python3 registry.shore.co.il/ci-images:python3 /bin/sh -xc "pipenv --python=python3 install && pipenv run clean && pipenv run build" Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ build: - master script: - cid="$(basename $(cat /proc/1/cpuset))" - docker pull adarnimrod/ci-images:python3 - docker pull registry.shore.co.il/ci-images:python3 - >- docker run --rm Loading @@ -22,6 +22,6 @@ build: --volumes-from "$cid" --volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output" --workdir "$PWD" adarnimrod/ci-images:python3 registry.shore.co.il/ci-images:python3 /bin/sh -xc "pipenv --python=python3 install && pipenv run clean && pipenv run build"