Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e542863b
Commit
e542863b
authored
Oct 31, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the CI config for the 'review-stop' job
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
27fc442d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+6
-2
No files found.
.gitlab/ci/review.gitlab-ci.yml
View file @
e542863b
...
...
@@ -150,7 +150,10 @@ schedule:review-deploy:
needs
:
[
"
schedule:review-build-cng"
]
.base-review-stop
:
extends
:
.review-workflow-base
extends
:
-
.review-workflow-base
-
.only-review
-
.only:changes-code-qa
environment
:
action
:
stop
variables
:
...
...
@@ -164,7 +167,7 @@ schedule:review-deploy:
-
source utils.sh
-
source review-apps.sh
review-
cleanu
p-failed-deployment
:
review-
sto
p-failed-deployment
:
extends
:
.base-review-stop
stage
:
prepare
script
:
...
...
@@ -172,6 +175,7 @@ review-cleanup-failed-deployment:
review-stop
:
extends
:
.base-review-stop
stage
:
review
when
:
manual
allow_failure
:
true
script
:
...
...
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