Skip to content
Snippets Groups Projects
Commit 868b5ece authored by nimrod's avatar nimrod
Browse files

Less hardcoding.

parent 8ab1dde5
Branches
Tags v0.1.0
No related merge requests found
Pipeline #351 passed
...@@ -13,6 +13,6 @@ build: ...@@ -13,6 +13,6 @@ build:
--env "LANG=C.UTF-8" --env "LANG=C.UTF-8"
--volumes-from "$cid" --volumes-from "$cid"
--volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output" --volume "/var/www/www.shore.co.il/blog:/builds/nimrod/blog/output"
--workdir "/builds/nimrod/blog" --workdir "$PWD"
adarnimrod/ci-images:python3 adarnimrod/ci-images:python3
/bin/sh -xc "pipenv --python=python3 install && pipenv run clean && pipenv run build" /bin/sh -xc "pipenv --python=python3 install && pipenv run clean && pipenv run build"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment