Skip to content
Snippets Groups Projects
Commit 5aa7a942 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent c4789d0a
No related branches found
No related tags found
No related merge requests found
......@@ -550,15 +550,6 @@ variables:
OS_REVIEW_ENVIRONMENT_DOMAIN: "apps-noprod.acme.host" # intranet route
OS_STAGING_ENVIRONMENT_URL: "https://myproj-staging.apps-noprod.acme.host" # internet route
OS_PROD_ENVIRONMENT_URL: "https://myproj.apps.acme.com" # internet route
# Pipeline steps
stages:
- build
- test
- deploy
- acceptance
- production
```
#### OpenShift template
......
......@@ -71,7 +71,15 @@ variables:
INTEG_REF: '/^develop$/'
stages:
- build
- test
- package-build
- package-test
- infra
- deploy
- acceptance
- publish
- infra-prod
- production
.os-scripts: &os-scripts |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment