ci: gen_vc: fix a race (p. 2)
parent
8dbe323dff
commit
6d77c8821b
|
@ -38,5 +38,5 @@ jobs:
|
||||||
git -C vc add v.c v_win.c
|
git -C vc add v.c v_win.c
|
||||||
git -C vc commit -m "[v:master] $COMMIT_HASH - $COMMIT_MSG"
|
git -C vc commit -m "[v:master] $COMMIT_HASH - $COMMIT_MSG"
|
||||||
|
|
||||||
git pull --rebase origin master # in case there are recent commits
|
git -C vc pull --rebase origin master # in case there are recent commits
|
||||||
git -C vc push
|
git -C vc push
|
||||||
|
|
Loading…
Reference in New Issue