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
Commits
7e32cbd0
Commit
7e32cbd0
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
13a23388
208c09a5
Branches
Branches containing commit
No related tags found
1 merge request
!10
New v2.2.0 release version
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-6
7 additions, 6 deletions
.gitlab-ci.yml
VERSION
+1
-1
1 addition, 1 deletion
VERSION
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
6
View file @
7e32cbd0
...
@@ -9,7 +9,7 @@ stages:
...
@@ -9,7 +9,7 @@ stages:
builder_stable
:
builder_stable
:
stage
:
builder
stage
:
builder
tags
:
tags
:
-
s
odium dind
-
s
ilicon
only
:
only
:
-
tags
-
tags
-
master
-
master
...
@@ -22,7 +22,7 @@ builder_stable:
...
@@ -22,7 +22,7 @@ builder_stable:
builder_unstable
:
builder_unstable
:
stage
:
builder
stage
:
builder
tags
:
tags
:
-
s
odium dind
-
s
ilicon
except
:
except
:
-
tags
-
tags
-
master
-
master
...
@@ -39,7 +39,7 @@ config_stable:
...
@@ -39,7 +39,7 @@ config_stable:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:latest
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:latest
stage
:
config
stage
:
config
tags
:
tags
:
-
s
odium dind
-
s
ilicon
only
:
only
:
-
tags
-
tags
-
master
-
master
...
@@ -55,7 +55,7 @@ config_unstable:
...
@@ -55,7 +55,7 @@ config_unstable:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:unstable
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/eic_builder:unstable
stage
:
config
stage
:
config
tags
:
tags
:
-
s
odium dind
-
s
ilicon
except
:
except
:
-
tags
-
tags
-
master
-
master
...
@@ -71,7 +71,7 @@ config_unstable:
...
@@ -71,7 +71,7 @@ config_unstable:
release_stable
:
release_stable
:
stage
:
main
stage
:
main
tags
:
tags
:
-
s
odium dind
-
s
ilicon
only
:
only
:
-
tags
-
tags
-
master
-
master
...
@@ -85,7 +85,7 @@ release_stable:
...
@@ -85,7 +85,7 @@ release_stable:
release_unstable
:
release_unstable
:
stage
:
main
stage
:
main
tags
:
tags
:
-
s
odium dind
-
s
ilicon
except
:
except
:
-
tags
-
tags
-
master
-
master
...
@@ -132,6 +132,7 @@ release_singularity:
...
@@ -132,6 +132,7 @@ release_singularity:
-
cp eic.sif build/.
-
cp eic.sif build/.
-
cp eic.def build/.
-
cp eic.def build/.
artifacts
:
artifacts
:
expire_in
:
90 days
# this will change in future gitlab vesions :https://docs.gitlab.com/13.3/ee/ci/yaml/README.html#artifactsexpire_in
paths
:
paths
:
-
build/eic.sif
-
build/eic.sif
-
build/eic.def
-
build/eic.def
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
7e32cbd0
2.1.
3
2.1.
5
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