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

fix: pass number of jobs to base image build

parent 0853423c
No related branches found
No related tags found
1 merge request!1006fix: pass number of jobs to base image build
...@@ -297,6 +297,7 @@ base: ...@@ -297,6 +297,7 @@ base:
--build-arg EICSPACK_VERSION=${EICSPACK_VERSION} --build-arg EICSPACK_VERSION=${EICSPACK_VERSION}
--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 jobs=${JOBS}
--provenance false --provenance false
containers/debian containers/debian
2>&1 | tee build.log 2>&1 | tee build.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment