diff --git a/.woodpecker.yml b/.woodpecker.yml index 2ae2f93..7b8c7c6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,12 +4,13 @@ pipeline: pull: true commands: - git checkout -B ${CI_COMMIT_BRANCH} - - bulk-compiler - - git add built/ failed/ + - bulk-compiler || true + - git add built/ || true + - git add failed/ || true - git config user.name Woodpecker - git config user.email ci@nulo.in - git remote add nulo ssh://_gitea@nulo.in:420/Sutty/gems.git - - git commit -m "[skip ci] built gems" + - git commit -m "[skip ci] built gems" || true - apk add --no-cache openssh-client - mkdir ~/.ssh/ - echo '[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP' >> ~/.ssh/known_hosts