Skip to content

Commit cb8dcc5

Browse files
committedNov 19, 2024
attempt to fix submodule updates
1 parent c7eb1ce commit cb8dcc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/sync_upstream.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
run: |
3030
git config --global user.name '[github actions]'
3131
git config --global user.email 'bradh352@users.noreply.github.com'
32+
git pull
3233
cd src/sonic-swss
3334
git checkout master-broadcom
35+
git pull
3436
cd ../sonic-sairedis
3537
git checkout master-broadcom
38+
git pull
3639
cd ../..
3740
git add .
3841
git commit -am "update sonic-swss and sonic-sairedis branches"

0 commit comments

Comments
 (0)