Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FWCC
Slurm in Docker
Commits
b249ca15
Commit
b249ca15
authored
Dec 13, 2019
by
Pape, David (FWCC) - 139658
Browse files
Adding test build. Adding scheduled build_and_push for master.
parent
6a1e3a30
Pipeline
#19646
passed with stage
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b249ca15
...
...
@@ -2,13 +2,20 @@ image: docker:latest
services
:
-
docker:dind
variables
:
CONTAINER_TAG
:
registry.hzdr.de/pape58/slurm-in-docker:fedora-31
test_build
:
stage
:
test
tags
:
-
dind
before_script
:
-
apk add make
script
:
-
make build
build_and_push
:
stage
:
deploy
only
:
-
master
-
schedules
tags
:
-
dind
before_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment