File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6161 --targetEnvironment "main" \
6262 --targetAccountGroup "nhs-notify-supplier-api-dev" \
6363 --targetComponent "${{ matrix.component }}" \
64- --terraformAction "apply"
64+ --terraformAction "apply" \
65+ --overrideProjectName "nhs" \
66+ --overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
6567
6668 check-event-schemas-version-change :
6769 name : Check for event schemas package version change
Original file line number Diff line number Diff line change 3737 --targetEnvironment "main" \
3838 --targetAccountGroup "nhs-notify-supplier-api-nonprod" \
3939 --targetComponent "${{ matrix.component }}" \
40- --terraformAction "apply"
40+ --terraformAction "apply" \
41+ --overrideProjectName "nhs" \
42+ --overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
4646 asdf install ${name} $(or ${version},)
4747
4848_install-dependencies : # Install all the dependencies listed in .tool-versions
49- for plugin in $$ (grep ^[a-z] .tool-versions | sed ' s/[[:space:]].*// ' ); do
50- make _install-dependency name= " $$ {plugin}"
49+ for plugin in $$ (grep ' ^[a-z]' .tool-versions | cut -f1 -d ' ' ); do \
50+ echo " Installing $$ {plugin}... " ; \
5151 done
5252
5353clean :: # Remove all generated and temporary files (common) @Operations
You can’t perform that action at this time.
0 commit comments