Skip to content

Commit cc47c21

Browse files
mariusz89016mariusz.wojakowski
andauthored
fix: Check GitLab approvals after pulling variables (#7)
Co-authored-by: mariusz.wojakowski <[email protected]>
1 parent 79dc9b0 commit cc47c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ workflows:
6464
- run: terragrunt plan -no-color -out $PLANFILE
6565
apply:
6666
steps:
67-
- run: check-gitlab-approvals.sh
6867
- multienv: pull-gitlab-variables.sh
68+
- run: check-gitlab-approvals.sh
6969
- run: terragrunt apply -no-color -input=false -compact-warnings -auto-approve $PLANFILE

0 commit comments

Comments
 (0)