5
0
Fork 0
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

This commit is contained in:
f 2023-04-15 12:48:21 -03:00
parent ffbac01086
commit 30fc654d96

View file

@ -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}"