1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: gen_vc: fix a race (p. 2)

This commit is contained in:
Alexander Medvednikov 2021-04-07 15:43:15 +03:00
parent 8dbe323dff
commit 6d77c8821b

View File

@ -38,5 +38,5 @@ jobs:
git -C vc add v.c v_win.c
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