mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
fixes
This commit is contained in:
parent
7dadea3e98
commit
41620661a6
@ -95,7 +95,7 @@ VALIDATE_JOB
|
|||||||
- plan-${env}-s3
|
- plan-${env}-s3
|
||||||
- plan-${env}-database"
|
- plan-${env}-database"
|
||||||
# Для secrets инициализируем зависимости чтобы получить их outputs
|
# Для secrets инициализируем зависимости чтобы получить их outputs
|
||||||
plan_before_script="cd ../namespace && terragrunt init -upgrade -reconfigure && cd ../s3 && terragrunt init -upgrade -reconfigure && cd ../database && terragrunt init -upgrade -reconfigure && cd \$TG_ROOT && ls -la"
|
plan_before_script="cd live/${env}/namespace && terragrunt init -upgrade -reconfigure && cd ../s3 && terragrunt init -upgrade -reconfigure && cd ../database && terragrunt init -upgrade -reconfigure && cd ../secrets && ls -la"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >> "$OUTPUT_FILE" << PLAN_JOB
|
cat >> "$OUTPUT_FILE" << PLAN_JOB
|
||||||
@ -139,7 +139,7 @@ PLAN_JOB
|
|||||||
- apply-${env}-s3
|
- apply-${env}-s3
|
||||||
- apply-${env}-database"
|
- apply-${env}-database"
|
||||||
# Для secrets инициализируем зависимости чтобы получить их outputs
|
# Для secrets инициализируем зависимости чтобы получить их outputs
|
||||||
apply_before_script="cd ../namespace && terragrunt init -upgrade -reconfigure && cd ../s3 && terragrunt init -upgrade -reconfigure && cd ../database && terragrunt init -upgrade -reconfigure && cd \$TG_ROOT && ls -la"
|
apply_before_script="cd live/${env}/namespace && terragrunt init -upgrade -reconfigure && cd ../s3 && terragrunt init -upgrade -reconfigure && cd ../database && terragrunt init -upgrade -reconfigure && cd ../secrets && ls -la"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >> "$OUTPUT_FILE" << APPLY_JOB
|
cat >> "$OUTPUT_FILE" << APPLY_JOB
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user