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 57fa15c commit 88d3d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
sed -i 's/[email protected]:/https:\/\/github.com\//g' .gitmodules
sed -i 's/[email protected]:/https:\/\/gitlab.com\//g' .gitmodules
git submodule sync --recursive
git submodule update --init --recursive
git submodule sync --recursive || true
git submodule update --init --recursive || true
# git submodule update --init
- name: 'Login to GitHub Container Registry'
Expand Down

0 comments on commit 88d3d5b

Please sign in to comment.