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

fix: pass juggler and EICrecon version as jug_dev build args

parent dc6317e9
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !674. Comments created here will be created in the context of that merge request.
......@@ -290,6 +290,8 @@ jug_dev:default:
--build-arg S3_ACCESS_KEY=${S3_ACCESS_KEY}
--build-arg S3_SECRET_KEY=${S3_SECRET_KEY}
--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 jobs=${JOBS}
--build-context spack-environment=spack-environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment