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
75c32935
Commit
75c32935
authored
Sep 04, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
6a252d5f
f8f8ed47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+3
-2
scripts/review_apps/review-apps.sh
scripts/review_apps/review-apps.sh
+3
-2
No files found.
.gitlab/ci/review.gitlab-ci.yml
View file @
75c32935
...
...
@@ -128,8 +128,9 @@ review-stop:
-
source utils.sh
-
source review-apps.sh
script
:
-
delete
artifacts
:
{}
-
delete_release
artifacts
:
paths
:
[]
.review-qa-base
:
extends
:
...
...
scripts/review_apps/review-apps.sh
View file @
75c32935
...
...
@@ -36,7 +36,7 @@ function previous_deploy_failed() {
return
$status
}
function
delete
()
{
function
delete
_release
()
{
if
[
-z
"
$CI_ENVIRONMENT_SLUG
"
]
;
then
echoerr
"No release given, aborting the delete!"
return
...
...
@@ -193,7 +193,8 @@ function deploy() {
HELM_CMD
=
$(
cat
<<
EOF
helm upgrade --install
\
--atomic
\
--force
\
--wait
\
--timeout 900
\
--set releaseOverride="
$CI_ENVIRONMENT_SLUG
"
\
--set global.appConfig.enableUsagePing=false
\
...
...
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