Skip to content

Commit

Permalink
azure submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Feb 4, 2024
1 parent d1f0076 commit 42d4371
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:\/\/${{ secrets.PAT_ENV_VARIABLE }}:${{ secrets.PAT_ENV_VARIABLE }}@github.com\//")
git config --file=.gitmodules $(echo "$url" | sed -E "s/[email protected]:|https:\/\/github.com\//https:\/\/$PAT_ENV_VARIABLE:$[email protected]\//")
done
git submodule sync
git submodule update --init --recursive
Expand Down

0 comments on commit 42d4371

Please sign in to comment.