Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yohan Jarosz
Testappreview
Commits
43fe3f9a
Verified
Commit
43fe3f9a
authored
Mar 12, 2020
by
Yohan Jarosz
🐶
Browse files
rm only keyword
parent
d39fb81b
Pipeline
#22481
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
43fe3f9a
image
:
git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.0
stages
:
-
build
-
review
...
...
@@ -30,7 +32,26 @@ Publish review:
environment
:
name
:
review $CI_BUILD_REF_NAME for $CI_PROJECT_PATH
url
:
http://CI_BUILD_REF_SLUG-$CI_PROJECT_NAME-$CI_PROJECT_NAMESPACE.review.lcsb.uni.lu
on_stop
:
"
Un-publish
review"
except
:
-
master
tags
:
-
review-app
\ No newline at end of file
-
review-app
Un-publish review
:
stage
:
review
script
:
-
rm -rf /srv/nginx/pages/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_BUILD_REF_SLUG
variables
:
GIT_STRATEGY
:
none
when
:
manual
environment
:
name
:
review $CI_BUILD_REF_NAME
action
:
stop
only
:
-
branches@fp/fp.pages.uni.lu
except
:
-
frozen
tags
:
-
fp-review
\ No newline at end of file
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