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
Helmholtz Cloud Portal
Helmholtz Marketplace Server
Commits
4a5a4275
Commit
4a5a4275
authored
Jul 07, 2021
by
Thomas Beermann
Browse files
Update ci.yml
parent
9fd893a8
Pipeline
#85184
passed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/ci.yml
View file @
4a5a4275
...
...
@@ -2,7 +2,7 @@ default:
before_script
:
-
|
if [[ -n "$WEBAPP_BRANCH" ]]; then
WEBAPP_PROJECT_BRANCH=$WEBAPP_BRANCH
WEBAPP_PROJECT_BRANCH=
".
$WEBAPP_BRANCH
"
fi
if [[ -n "$WEBAPP_VERSION" ]]; then
WEBAPP_PROJECT_VERSION=$WEBAPP_VERSION
...
...
@@ -60,10 +60,6 @@ docker_push:
TAG="latest"
if [[ -n "$WEBAPP_BRANCH" ]]; then
TAG="$WEBAPP_BRANCH"
echo $TAG
if [[ $TAG == .* ]]; then
TAG=${TAG:1}
fi
elif [[ -n "$WEBAPP_VERSION" ]]; then
TAG="$WEBAPP_VERSION"
fi
...
...
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