Skip to content

Commit

Permalink
replace codestar string with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
james-francis-MT committed Sep 26, 2024
1 parent 268a02f commit 664700c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copilot/phases/pre_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

update_git_submodules() {
git_clone_base_url="https://codestar-connections.eu-west-2.amazonaws.com/git-http/730335529260/eu-west-2/192881c6-e3f2-41a9-9dcb-fcc87d8b90be/uktrade"
git_clone_base_url="https://codestar-connections.eu-west-2.amazonaws.com/git-http/$AWS_ACCOUNT_ID/eu-west-2/$CODESTAR_CONNECTION_ID/uktrade"

git config --global credential.helper '!aws codecommit credential-helper $@'
git config --global credential.UseHttpPath true
Expand Down

0 comments on commit 664700c

Please sign in to comment.