Compare commits
No commits in common. "864cca244a05c9450f8670d19dd6f9eac64365d1" and "f71f0f424106772123b8b7a942d4ce763b8cf800" have entirely different histories.
864cca244a
...
f71f0f4241
3 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ pipeline:
|
||||||
image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}
|
image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
- env
|
||||||
|
- exit 1
|
||||||
- bulk-compiler
|
- bulk-compiler
|
||||||
- git add built/
|
- git add built/
|
||||||
- git config user.name Woodpecker
|
- git config user.name Woodpecker
|
||||||
|
@ -14,7 +16,7 @@ pipeline:
|
||||||
- echo '[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP' >> ~/.ssh/known_hosts
|
- echo '[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP' >> ~/.ssh/known_hosts
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||||
- git push nulo ${DRONE_BRANCH}
|
- git push nulo ${WOODPECKER_BRANCH}
|
||||||
secrets:
|
secrets:
|
||||||
- HTTP_BASIC_USER
|
- HTTP_BASIC_USER
|
||||||
- HTTP_BASIC_PASSWORD
|
- HTTP_BASIC_PASSWORD
|
||||||
|
|
Loading…
Reference in a new issue