Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
building-user-defined-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OKD
building-user-defined-image
Commits
d53a070e
Commit
d53a070e
authored
Oct 26, 2020
by
Yori Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-2
No files found.
.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