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 9dfd75d2 authored by Nicolas's avatar Nicolas
Browse files

feat: Add Sleep step

parent 2c2c001e
No related branches found
No related tags found
No related merge requests found
Pipeline #41845 failed
...@@ -6,6 +6,7 @@ stages: ...@@ -6,6 +6,7 @@ stages:
- gke - gke
- psc - psc
- elastic - elastic
- sleep
- destroy - destroy
variables: variables:
...@@ -173,8 +174,18 @@ apply-elastic: ...@@ -173,8 +174,18 @@ apply-elastic:
gitlab-terraform init gitlab-terraform init
gitlab-terraform apply -auto-approve gitlab-terraform apply -auto-approve
sleep:
stage: sleep
needs:
- apply-elastic
script:
- |
sleep 1m
destroy-psc: destroy-psc:
stage: destroy stage: destroy
needs:
- sleep
tags: tags:
- docker - docker
- amd64 - amd64
......
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