Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
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
ift
NIFTy
Commits
c28c31c2
Commit
c28c31c2
authored
5 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
revert
parent
454bc84a
No related branches found
No related tags found
1 merge request
!530
Switch to DUCC
Pipeline
#76166
passed
5 years ago
Stage: build_docker
Stage: test
Stage: demo_runs
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
with
14 additions
and
0 deletions
.gitlab-ci.yml
+
14
−
0
View file @
c28c31c2
...
...
@@ -11,6 +11,8 @@ stages:
-
demo_runs
build_docker_from_scratch
:
only
:
-
schedules
image
:
docker:19.03.8
stage
:
build_docker
before_script
:
...
...
@@ -20,6 +22,18 @@ build_docker_from_scratch:
-
docker build -t $CONTAINER_TEST_IMAGE --no-cache .
-
docker push $CONTAINER_TEST_IMAGE
build_docker_from_cache
:
except
:
-
schedules
image
:
docker:19.03.8
stage
:
build_docker
before_script
:
-
ls
script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
-
docker build -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
test_serial
:
stage
:
test
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment