don't fail so soon
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2022-02-15 08:45:30 -03:00
parent 4069d0fdf0
commit 768eea3bc7

View file

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