Main instead of master
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
31ff4c32ed
commit
18ef6e4a31
|
@ -46,7 +46,7 @@ pipeline:
|
||||||
- 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"'
|
||||||
# in case there are recent commits:
|
# in case there are recent commits:
|
||||||
- git -C vc pull --rebase origin master
|
- git -C vc pull --rebase origin main
|
||||||
- git -C vc push
|
- git -C vc push
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in New Issue