diff --git a/.woodpecker.yml b/.woodpecker.yml index 154c9abf..b66844f2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: