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
1eb9161f
Commit
1eb9161f
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
fix bug in configure_release and add missing config artifacts to singularity stage
parent
75fdb4cf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/release/configure_release.sh
+1
-6
1 addition, 6 deletions
containers/release/configure_release.sh
gitlab-ci/build_and_deploy.yml.in
+3
-0
3 additions, 0 deletions
gitlab-ci/build_and_deploy.yml.in
with
4 additions
and
6 deletions
containers/release/configure_release.sh
+
1
−
6
View file @
1eb9161f
...
...
@@ -9,12 +9,7 @@ mkdir -p config
cp
/etc/profile.d/z10_spack_environment.sh config/spack-env.sh
export
BRANCH
=
$1
if
[
${
BRANCH
}
==
"release"
]
;
then
export
TAG
=
"latest"
else
export
TAG
=
"unstable"
fi
export
TAG
=
$1
## Spack sets the man-path, which stops bash from using the default man-path
## We can fix this by appending a trailing colon to MANPATH
...
...
This diff is collapsed.
Click to expand it.
gitlab-ci/build_and_deploy.yml.in
+
3
−
0
View file @
1eb9161f
...
...
@@ -58,6 +58,9 @@ release:docker:
- make $TARGET_RELEASE
- echo "Publishing image $PUBLISH"
- make $PUBLISH
artifacts:
paths:
- config
release:singularity:
stage: singularity
...
...
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