Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 705e5287 authored by Nicolas's avatar Nicolas
Browse files

feat: Add tags for terraform job

parent c1e6ddb0
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ check-gke: ...@@ -19,6 +19,7 @@ check-gke:
stage: test stage: test
tags: tags:
- docker - docker
- amd64
image: image:
name: registry.gitlab.com/gitlab-org/terraform-images/stable:latest name: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
entrypoint: [""] entrypoint: [""]
...@@ -51,6 +52,7 @@ apply-gke: ...@@ -51,6 +52,7 @@ apply-gke:
- check-gke - check-gke
tags: tags:
- docker - docker
- amd64
image: image:
name: registry.gitlab.com/gitlab-org/terraform-images/stable:latest name: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
entrypoint: [""] entrypoint: [""]
...@@ -105,6 +107,7 @@ check-elastic: ...@@ -105,6 +107,7 @@ check-elastic:
stage: deploy stage: deploy
tags: tags:
- docker - docker
- amd64
needs: needs:
- gcloud-psc - gcloud-psc
image: image:
...@@ -134,6 +137,7 @@ apply-elastic: ...@@ -134,6 +137,7 @@ apply-elastic:
- check-elastic - check-elastic
tags: tags:
- docker - docker
- amd64
image: image:
name: registry.gitlab.com/gitlab-org/terraform-images/stable:latest name: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
entrypoint: [""] entrypoint: [""]
......
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