Skip to content

Commit

Permalink
Update updates-submodules.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored May 10, 2024
1 parent 15356c7 commit bcb5c8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/updates-submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
echo A
ls
echo B
git submodule foreach 'git reset --hard && git checkout . && git clean -fdx'
#git submodule foreach 'git reset --hard && git checkout . && git clean -fdx'
git submodule init
echo C
git submodule update --init --recursive --rebase --force
#git submodule update --init --recursive --rebase --force
git submodule update --init --recursive --force
echo D
#git submodule update --init --recursive --checkout -f --remote
ls
Expand Down

0 comments on commit bcb5c8c

Please sign in to comment.