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
6dad5cc1
Commit
6dad5cc1
authored
Jul 30, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure review-stop can run even when the branch has been deleted
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
0149ebcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+7
-3
No files found.
.gitlab/ci/review.gitlab-ci.yml
View file @
6dad5cc1
...
...
@@ -116,17 +116,21 @@ schedule:review-deploy:
<<
:
*review-schedules-only
review-stop
:
<<
:
*review-base
<<
:
*review-only
extends
:
.single-script-job-dedicated-runner
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
stage
:
review
when
:
manual
allow_failure
:
true
variables
:
GIT_DEPTH
:
"
1"
SCRIPT_NAME
:
review_apps/review-apps.sh
environment
:
<<
:
*review-environment
action
:
stop
script
:
-
source scripts/review_apps/review-apps.sh
-
wget $CI_PROJECT_URL/raw/$CI_COMMIT_SHA/scripts/utils.sh
-
source utils.sh
-
source $(basename $SCRIPT_NAME)
-
delete
.review-qa-base
:
&review-qa-base
...
...
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