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 2cb38b9 commit 683435c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
# submodules: true
- name: rewrite ssh to https
run: |
echo '[url "ssh://git@github.com/"]' >> ~/.gitconfig
echo ' insteadOf = https://github.com/' >> ~/.gitconfig
echo '[url "ssh://git@gitlab.com/"]' >> ~/.gitconfig
echo ' insteadOf = https://gitlab.com/' >> ~/.gitconfig
echo '[url "https://github.com/"]' >> ~/.gitconfig
echo ' insteadOf = ssh://git@github.com/' >> ~/.gitconfig
echo '[url "https://gitlab.com/"]' >> ~/.gitconfig
echo ' insteadOf = ssh://git@gitlab.com/' >> ~/.gitconfig
- name: submodule checkout
run: |
Expand Down

0 comments on commit 683435c

Please sign in to comment.