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
b0c6ede1
Commit
b0c6ede1
authored
Jul 04, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
1660f856
aef24e9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+6
-0
doc/user/project/deploy_boards.md
doc/user/project/deploy_boards.md
+1
-1
No files found.
doc/ci/yaml/README.md
View file @
b0c6ede1
...
...
@@ -973,6 +973,8 @@ review_app:
stop_review_app
:
stage
:
deploy
variables
:
GIT_STRATEGY
:
none
script
:
make delete-app
when
:
manual
environment
:
...
...
@@ -987,6 +989,10 @@ Once the `review_app` job is successfully finished, it will trigger the
set it up to
`manual`
so it will need a
[
manual action
](
#whenmanual
)
via
GitLab's web interface in order to run.
Also in the example,
`GIT_STRATEGY`
is set to
`none`
so that GitLab Runner won’t
try to check out the code after the branch is deleted when the
`stop_review_app`
job is
[
automatically triggered
](
../environments.md#automatically-stopping-an-environment
)
.
The
`stop_review_app`
job is
**required**
to have the following keywords defined:
-
`when`
-
[
reference
](
#when
)
...
...
doc/user/project/deploy_boards.md
View file @
b0c6ede1
...
...
@@ -125,6 +125,6 @@ version of your application.
[
kube-service
]:
integrations/kubernetes.md
"Kubernetes project service"
[
review apps
]:
../../ci/review_apps/index.md
"Review Apps documentation"
[
variables
]:
../../ci/variables/README.md
"GitLab CI variables"
[
autodeploy
]:
../../
ci/autodeploy/index.md
"GitLab Autodeploy"
[
autodeploy
]:
../../
topics/autodevops/index.md#auto-deploy
"GitLab Autodeploy"
[
kube-image
]:
https://gitlab.com/gitlab-examples/kubernetes-deploy/container_registry
"Kubernetes deploy Container Registry"
[
runners
]:
../../ci/runners/README.md
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