@@ -24,6 +24,7 @@ workflows:
2424 all :
2525 description : Run all workflows
2626 steps :
27+ - command : workflow check-setup -f identity
2728 - command : workflow vendor -f identity
2829 - command : workflow deploy/all -f identity
2930
@@ -44,7 +45,6 @@ workflows:
4445 vendor/aws-config :
4546 description : Vendor aws-config script.
4647 steps :
47- - command : workflow check-setup -f identity
4848 - name : vendor-aws-config
4949 type : shell
5050 command : |-
@@ -61,6 +61,7 @@ workflows:
6161 - command : workflow deploy/saml -f identity
6262 - command : workflow deploy/sso -f identity
6363 - command : workflow deploy/teams -f identity
64+ - command : workflow update-aws-config -f identity
6465
6566 deploy/saml :
6667 description : Update aws-saml configuration (when adding a new Identity Provider).
@@ -88,12 +89,10 @@ workflows:
8889 - command : terraform deploy aws-team-roles -s plat-gbl-prod
8990 - command : terraform deploy aws-team-roles -s plat-gbl-sandbox
9091 - command : terraform deploy aws-team-roles -s plat-gbl-staging
91- - command : workflow update-aws-config -f identity
9292
9393 update-aws-config :
9494 description : Update AWS Config files.
9595 steps :
96- - command : workflow check-setup -f identity
9796 - name : update-aws-config
9897 type : shell
9998 command : |-
0 commit comments