This commit is contained in:
parent
4069d0fdf0
commit
768eea3bc7
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue