Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
e4c3da1f
Commit
e4c3da1f
authored
Jun 23, 2021
by
nwindis
☕
Browse files
Update .gitlab-ci.yml file
parent
11f566ec
Pipeline
#206347
passed with stages
in 3 minutes and 54 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e4c3da1f
...
...
@@ -45,7 +45,7 @@ clean_up:
# builds TIDO on feature and bugfix branches.
build_test
:
image
:
docker.gitlab.gwdg.de/subugoe/emo/
qviewer
/node:latest
image
:
docker.gitlab.gwdg.de/subugoe/emo/
tido
/node:latest
except
:
-
main
-
develop
...
...
@@ -60,7 +60,7 @@ build_test:
# the software is only built if no entry point has been removed during
# the 'clean' stage.
build_main_and_develop
:
image
:
docker.gitlab.gwdg.de/subugoe/emo/
qviewer
/node:latest
image
:
docker.gitlab.gwdg.de/subugoe/emo/
tido
/node:latest
only
:
-
main
-
develop
...
...
@@ -108,7 +108,7 @@ pages:
-
bash .ci-scripts/gitlab-remove-old-artifacts.sh
environment
:
name
:
${CI_COMMIT_REF_SLUG}
url
:
https://subugoe.pages.gwdg.de/emo/
Qviewer
/${CI_COMMIT_REF_SLUG}/
url
:
https://subugoe.pages.gwdg.de/emo/
tido
/${CI_COMMIT_REF_SLUG}/
artifacts
:
name
:
"
$CI_COMMIT_SHORT_SHA"
paths
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment