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

debug add cache

parent b47e728b
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,13 @@ check-elastic:
gitlab-terraform validate
gitlab-terraform fmt -check
gitlab-terraform plan
gitlab-terraform plan-json
artifacts:
name: plan
paths:
- ${TF_ROOT_ELASTIC}/plan.cache
reports:
terraform: ${TF_ROOT_ELASTIC}/plan.json
check-magento:
stage: deploy
......@@ -50,10 +57,16 @@ check-magento:
gitlab-terraform validate
gitlab-terraform fmt -check
gitlab-terraform plan
artifacts:
name: plan
paths:
- ${TF_ROOT_MAGENTO}/plan.cache
reports:
terraform: ${TF_ROOT_MAGENTO}/plan.json
apply-elastic:
stage: deploy
needs:
dependencies:
- check-elastic
tags:
- docker
......@@ -70,7 +83,7 @@ apply-elastic:
apply-magento:
stage: deploy
needs:
dependencies:
- check-magento
tags:
- docker
......
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