Loading README.md +0 −18 Original line number Diff line number Diff line Loading @@ -312,15 +312,6 @@ variables: AWS_STAGING_ENABLED: "true" # enable staging env AWS_PROD_ENABLED: "true" # enable production env ... # Pipeline steps stages: - build - test - deploy - acceptance - publish - production ``` #### AWS scripts Loading Loading @@ -414,15 +405,6 @@ variables: AWS_STAGING_ENABLED: "true" # enable staging env AWS_PROD_ENABLED: "true" # enable production env ... # Pipeline steps stages: - build - test - deploy - acceptance - publish - production ``` #### AWS scripts Loading templates/gitlab-ci-aws.yml +8 −1 Original line number Diff line number Diff line Loading @@ -58,9 +58,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 .aws-scripts: &aws-scripts | Loading Loading
README.md +0 −18 Original line number Diff line number Diff line Loading @@ -312,15 +312,6 @@ variables: AWS_STAGING_ENABLED: "true" # enable staging env AWS_PROD_ENABLED: "true" # enable production env ... # Pipeline steps stages: - build - test - deploy - acceptance - publish - production ``` #### AWS scripts Loading Loading @@ -414,15 +405,6 @@ variables: AWS_STAGING_ENABLED: "true" # enable staging env AWS_PROD_ENABLED: "true" # enable production env ... # Pipeline steps stages: - build - test - deploy - acceptance - publish - production ``` #### AWS scripts Loading
templates/gitlab-ci-aws.yml +8 −1 Original line number Diff line number Diff line Loading @@ -58,9 +58,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 .aws-scripts: &aws-scripts | Loading