Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Merge requests
!506
feat: simplify .build
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: simplify .build
wdconinc-master-patch-76744
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
wdconinc-master-patch-76744
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
afe76038
Show latest version
1 file
+
1
−
17
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
afe76038
feat: simplify .build
· afe76038
Wouter Deconinck
authored
2 years ago
.gitlab-ci.yml
+
1
−
17
Options
@@ -157,33 +157,17 @@ version:
@@ -157,33 +157,17 @@ version:
echo "NIGHTLY_TAG=$NIGHTLY_TAG" >> build.env
echo "NIGHTLY_TAG=$NIGHTLY_TAG" >> build.env
echo "EXPORT_TAG=$EXPORT_TAG" >> build.env
echo "EXPORT_TAG=$EXPORT_TAG" >> build.env
cat build.env
cat build.env
artifacts
:
artifacts
:
reports
:
reports
:
dotenv
:
build.env
dotenv
:
build.env
## base job for all build jobs. Dependent jobs are expected to set
## base job settings for all build jobs
## the BUILD_IMAGE environment variable, and take care of the actual
## docker build during the "script" step
## note that the nightly builds use a different pipeline
.build
:
.build
:
rules
:
rules
:
-
when
:
on_success
-
when
:
on_success
needs
:
-
version
resource_group
:
${CI_COMMIT_REF_NAME}
resource_group
:
${CI_COMMIT_REF_NAME}
## Use docker runner for docker builds
tags
:
tags
:
-
docker-new
-
docker-new
## cookie-cutter docker push code, to be included at the
## end of the regular job scripts
script
:
-
./gitlab-ci/docker_push.sh -i ${BUILD_IMAGE} -l ${INTERNAL_TAG}
-n $DOCKER_NTRIES -t $DOCKER_WAIT_TIME
${EXPORT_TAG} ${EXPORT_TAG2}
-
./gitlab-ci/docker_push.sh -i ${BUILD_IMAGE} -l ${INTERNAL_TAG}
-n $DOCKER_NTRIES -t $DOCKER_WAIT_TIME
${INTERNAL_TAG} --eicweb
## Images:
## Images:
## debian_testing_base --> jug_dev --> jug_xl
## debian_testing_base --> jug_dev --> jug_xl
Loading