Loading README.md +0 −9 Original line number Diff line number Diff line Loading @@ -314,15 +314,6 @@ variables: # Postman REVIEW_ENABLED: "true" # Pipeline steps stages: - build - test - deploy - acceptance - publish - production # define review environment url (uses $CI_ENVIRONMENT_SLUG as app version) gcp-review: environment: Loading templates/gitlab-ci-gcloud.yml +8 −1 Original line number Diff line number Diff line Loading @@ -57,9 +57,16 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .gcp-scripts: &gcp-scripts | Loading Loading
README.md +0 −9 Original line number Diff line number Diff line Loading @@ -314,15 +314,6 @@ variables: # Postman REVIEW_ENABLED: "true" # Pipeline steps stages: - build - test - deploy - acceptance - publish - production # define review environment url (uses $CI_ENVIRONMENT_SLUG as app version) gcp-review: environment: Loading
templates/gitlab-ci-gcloud.yml +8 −1 Original line number Diff line number Diff line Loading @@ -57,9 +57,16 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .gcp-scripts: &gcp-scripts | Loading