Skip to content

Commit

Permalink
submodules....
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <[email protected]>
  • Loading branch information
maxhbr committed Mar 13, 2024
1 parent 56b7ba0 commit d25e1b4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ jobs:
# submodules: true
- name: rewrite ssh to https
run: |
echo '[url "https://github.com/"]' >> ~/.gitconfig
echo ' insteadOf = ssh://[email protected]/' >> ~/.gitconfig
echo ' insteadOf = [email protected]:' >> ~/.gitconfig
echo '[url "https://gitlab.com/"]' >> ~/.gitconfig
echo ' insteadOf = ssh://[email protected]/' >> ~/.gitconfig
echo ' insteadOf = [email protected]:' >> ~/.gitconfig
git config --global url.https://github.com/.insteadOf "[email protected]/"
git config --global url.https://github.com/.insteadOf "[email protected]:"
git config --global url.https://github.com/.insteadOf "ssh://[email protected]:"
git config --global url.https://gitlab.com/.insteadOf "[email protected]/"
git config --global url.https://gitlab.com/.insteadOf "[email protected]:"
git config --global url.https://gitlab.com/.insteadOf "ssh://[email protected]:"
# echo '[url "https://github.com/"]' >> ~/.gitconfig
# echo ' insteadOf = ssh://[email protected]/' >> ~/.gitconfig
# echo ' insteadOf = [email protected]:' >> ~/.gitconfig
# echo '[url "https://gitlab.com/"]' >> ~/.gitconfig
# echo ' insteadOf = ssh://[email protected]/' >> ~/.gitconfig
# echo ' insteadOf = [email protected]:' >> ~/.gitconfig
- name: submodule checkout
run: |
Expand Down

0 comments on commit d25e1b4

Please sign in to comment.