Skip to content
Snippets Groups Projects
Commit f55aef24 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

jug_xl build --no-cache

(cherry picked from commit e0bbf92d)
parent e3a19db0
Branches
No related tags found
1 merge request!201Add awkward-array package
...@@ -245,6 +245,7 @@ jug_xl:default: ...@@ -245,6 +245,7 @@ jug_xl:default:
--build-arg DETECTOR_VERSION=${DETECTOR_VERSION} --build-arg DETECTOR_VERSION=${DETECTOR_VERSION}
--build-arg IP6_VERSION=${IP6_VERSION} --build-arg IP6_VERSION=${IP6_VERSION}
--build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD) --build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
--no-cache
containers/jug containers/jug
- !reference [.build, script] - !reference [.build, script]
...@@ -267,6 +268,7 @@ jug_xl:nightly: ...@@ -267,6 +268,7 @@ jug_xl:nightly:
-f containers/jug/xl.Dockerfile -f containers/jug/xl.Dockerfile
--build-arg INTERNAL_TAG=${INTERNAL_TAG} --build-arg INTERNAL_TAG=${INTERNAL_TAG}
--build-arg JUG_VERSION=nightly-$(date +%Y-%m-%d_%H-%M-%S)-${INTERNAL_TAG}-$(git rev-parse HEAD) --build-arg JUG_VERSION=nightly-$(date +%Y-%m-%d_%H-%M-%S)-${INTERNAL_TAG}-$(git rev-parse HEAD)
--no-cache
containers/jug containers/jug
- | - |
PUSH_FLAG="" PUSH_FLAG=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment