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:
- gke
- psc
- elastic
- sleep
- destroy
variables:
......@@ -173,8 +174,18 @@ apply-elastic:
gitlab-terraform init
gitlab-terraform apply -auto-approve
sleep:
stage: sleep
needs:
- apply-elastic
script:
- |
sleep 1m
destroy-psc:
stage: destroy
needs:
- sleep
tags:
- docker
- 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