Skip to content
Snippets Groups Projects
Commit 86edb8c0 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: pass juggler and EICrecon version as jug_dev build args

parent 15dbf771
No related branches found
No related tags found
No related merge requests found
...@@ -290,6 +290,8 @@ jug_dev:default: ...@@ -290,6 +290,8 @@ jug_dev:default:
--build-arg S3_ACCESS_KEY=${S3_ACCESS_KEY} --build-arg S3_ACCESS_KEY=${S3_ACCESS_KEY}
--build-arg S3_SECRET_KEY=${S3_SECRET_KEY} --build-arg S3_SECRET_KEY=${S3_SECRET_KEY}
--build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD) --build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
--build-arg JUGGLER_VERSION=${JUGGLER_VERSION}
--build-arg EICRECON_VERSION=${EICRECON_VERSION}
--build-arg ENV=${ENV} --build-arg ENV=${ENV}
--build-arg jobs=${JOBS} --build-arg jobs=${JOBS}
--build-context spack-environment=spack-environment --build-context spack-environment=spack-environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment