Merge branch 'change-build-image' into 'master'
change build image See merge request vereto/infraops/popups/ephemeral-jamulus!4
This commit is contained in:
commit
10b9869163
1 changed files with 1 additions and 16 deletions
|
|
@ -1,6 +1,5 @@
|
|||
image:
|
||||
name: hashicorp/terraform:light
|
||||
entrypoint: [""]
|
||||
name: registry.gitlab.com/vereto/infraops/vereto-build-image:latest
|
||||
|
||||
stages:
|
||||
- tf-validate
|
||||
|
|
@ -28,12 +27,7 @@ tf-plan-private:
|
|||
|
||||
tf-apply-private:
|
||||
stage: tf-apply
|
||||
image:
|
||||
name: hashicorp/terraform
|
||||
entrypoint: [""]
|
||||
before_script:
|
||||
- apk add ansible
|
||||
- ansible-galaxy collection install community.docker
|
||||
- chmod 600 jamulus.pem
|
||||
script:
|
||||
- terraform init
|
||||
|
|
@ -61,12 +55,7 @@ tf-plan-public:
|
|||
|
||||
tf-apply-public:
|
||||
stage: tf-apply
|
||||
image:
|
||||
name: hashicorp/terraform
|
||||
entrypoint: [""]
|
||||
before_script:
|
||||
- apk add ansible
|
||||
- ansible-galaxy collection install community.docker
|
||||
- chmod 600 jamulus.pem
|
||||
script:
|
||||
- terraform init
|
||||
|
|
@ -82,11 +71,7 @@ tf-apply-public:
|
|||
|
||||
tf-destroy:
|
||||
stage: tf-destroy
|
||||
image:
|
||||
name: hashicorp/terraform
|
||||
entrypoint: [""]
|
||||
before_script:
|
||||
- apk add ansible
|
||||
- chmod 600 jamulus.pem
|
||||
script:
|
||||
- terraform init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue