Skip to content

Commit

Permalink
azure submodule token update
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Feb 4, 2024
1 parent f79767e commit 7b5b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
versionSpec: '20.x'
- script: |
git config --file .gitmodules --get-regexp url | while read url; do
git config --file=.gitmodules $(echo "$url" | sed -E "s/[email protected]:|https:\/\/github.com\//https:\/\/$PAT_ENV_VARIABLE:$[email protected]\//")
git config --file=.gitmodules $(echo "$url" | sed -E "s/[email protected]:|https:\/\/github.com\//https:\/\/$(PAT_ENV_VARIABLE):$(PAT_ENV_VARIABLE)@github.com\//")
done
git submodule sync
git submodule update --init --recursive
Expand Down

0 comments on commit 7b5b57c

Please sign in to comment.