mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 16:26:20 +00:00
ci: especificar la rama remota
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ffbac01086
commit
30fc654d96
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ assets:
|
||||||
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
- "git checkout -B ${CI_COMMIT_BRANCH}"
|
||||||
- "git add yarn.lock public && git commit -m \"ci: assets [skip ci]\""
|
- "git add yarn.lock public && git commit -m \"ci: assets [skip ci]\""
|
||||||
after_script:
|
after_script:
|
||||||
- "git push -o ci.skip"
|
- "git push -o ci.skip -u origin ${CI_COMMIT_BRANCH}"
|
||||||
|
|
Loading…
Reference in a new issue