Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yohan Jarosz
Testappreview
Commits
ca67257a
Verified
Commit
ca67257a
authored
Apr 07, 2020
by
Yohan Jarosz
🐶
Browse files
mod syntax
parent
c4f62807
Pipeline
#24590
passed with stages
in 17 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ca67257a
...
...
@@ -2,6 +2,10 @@ stages:
-
build
-
review
variables
:
GIT_STRATEGY
:
clone
Build for review
:
stage
:
build
before_script
:
...
...
@@ -22,7 +26,6 @@ Build for review:
JEKYLL_ENV
:
review
rules
:
-
if
:
'
$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME'
when
:
always
tags
:
-
review-app
...
...
@@ -37,7 +40,6 @@ Publish review:
on_stop
:
"
Un-publish
review"
rules
:
-
if
:
'
$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME'
when
:
always
tags
:
-
review-app
...
...
Write
Preview
Markdown
is supported
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