Skip to content
Snippets Groups Projects
Commit 42e6ea9b authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fix syntax

parent 95505786
No related branches found
No related tags found
1 merge request!111Backported patches to DD4hep master
This commit is part of merge request !111. Comments created here will be created in the context of that merge request.
......@@ -179,7 +179,7 @@ jug_dev:default:
- cp -r spack containers/jug
- cp -r spack.yaml containers/jug/spack/spack.yaml
## Optionally build the raw builder image
- [ ${EXPORT_BUILDER} = 1 ] && docker build
- test ${EXPORT_BUILDER} = 1 && docker build
-t ${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:builder-${INTERNAL_TAG}
--target=builder
-f containers/jug/dev.Dockerfile
......@@ -197,7 +197,7 @@ jug_dev:default:
--build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
containers/jug
## push builder image do DH if desired
- [ ${EXPORT_BUILDER} = 1 ] && ./gitlab-ci/docker_push.sh
- test ${EXPORT_BUILDER} = 1 && ./gitlab-ci/docker_push.sh
-i ${BUILD_IMAGE} -l builder-${INTERNAL_TAG}
-n ${DOCKER_NTRIES} -t ${DOCKER_WAIT_TIME}
builder-${EXPORT_TAG} --dockerhub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment