Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OKD
building-user-defined-image
Commits
d53a070e
Commit
d53a070e
authored
Oct 26, 2020
by
Yori Fournier
Browse files
experiementing
parent
faf90c68
Pipeline
#1904
passed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d53a070e
...
...
@@ -45,6 +45,8 @@ test2:
review
:
<<
:
*deploy
stage
:
review
script
:
-
echo "send test to staging instance"
variables
:
APP
:
review-$CI_COMMIT_REF_NAME
APP_HOST
:
$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$OPENSHIFT_DOMAIN
...
...
@@ -96,7 +98,7 @@ production:
name
:
production
url
:
https://$CI_PROJECT_NAME.$OPENSHIFT_DOMAIN
only
:
-
master
-
prod
stop-project
:
<<
:
*deploy
...
...
@@ -111,7 +113,7 @@ stop-project:
name
:
production
action
:
stop
only
:
-
master
-
prod
stop-staging
:
<<
:
*deploy
...
...
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