fix: don't rebase
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-11 20:03:12 -03:00
parent 933b33b141
commit 5fb251dcba

View file

@ -16,7 +16,7 @@ pipeline:
- "git checkout -B ${CI_COMMIT_BRANCH}"
- "bulk-compiler || true"
- "git add built/ failed/ && git commit -m \"[skip ci] built gems\" || true"
- "git pull --rebase nulo ${CI_COMMIT_BRANCH}"
- "git pull nulo ${CI_COMMIT_BRANCH}"
- "git push nulo ${CI_COMMIT_BRANCH}"
- "! git show HEAD | grep -q failed/"
secrets: