Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
c0ccf4db
Commit
c0ccf4db
authored
Oct 26, 2020
by
Whitney Armstrong
Browse files
modified: .gitlab-ci.yml
modified: .gitlab-ci.yml modified: .gitlab-ci.yml
parent
61b13e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0ccf4db
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic:latest
default
:
artifacts
:
paths
:
-
build/
#
default:
#
artifacts:
#
paths:
#
- build/
stages
:
-
build
...
...
@@ -14,7 +14,7 @@ stages:
compile
:
stage
:
build
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!=
"master"'
-
if
:
'
$CI_COMMIT_BRANCH
!=
"master"
&&
$CI_PIPELINE_SOURCE
==
"merge_request_event"
'
tags
:
-
silicon
script
:
...
...
@@ -28,7 +28,9 @@ docker_image:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
never
# - if: '$CI_COMMIT_BRANCH == "master"'
-
if
:
'
$CI_COMMIT_BRANCH
!=
"master"'
when
:
never
-
when
:
on_success
tags
:
-
silicon
script
:
...
...
@@ -38,6 +40,7 @@ docker_image:
docker_image_push
:
image
:
eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
stage
:
docker_push
needs
:
[
"
docker_image"
]
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
never
...
...
Write
Preview
Markdown
is supported
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