Skip to content

Commit

Permalink
submodules....
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <gh@maxhbr.de>
  • Loading branch information
maxhbr committed Mar 13, 2024
1 parent 305d340 commit 2cb38b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- uses: actions/checkout@v4
# with:
# 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
- name: submodule checkout
run: |
ssh-keygen -t rsa -b 4096 -m PEM -f gh-actions-key -q -N ""
Expand Down

0 comments on commit 2cb38b9

Please sign in to comment.