Compare commits
5 commits
f71f0f4241
...
864cca244a
Author | SHA1 | Date | |
---|---|---|---|
|
864cca244a | ||
|
5cd04df2df | ||
|
17591e0db2 | ||
10dc50be3a | |||
|
bebfd8d7eb |
3 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@ 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
|
||||||
|
@ -16,7 +14,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 ${WOODPECKER_BRANCH}
|
- git push nulo ${DRONE_BRANCH}
|
||||||
secrets:
|
secrets:
|
||||||
- HTTP_BASIC_USER
|
- HTTP_BASIC_USER
|
||||||
- HTTP_BASIC_PASSWORD
|
- HTTP_BASIC_PASSWORD
|
||||||
|
|
0
build/bootsnap/1.9.1
Normal file
0
build/bootsnap/1.9.1
Normal file
0
built/3.13.6/nokogiri/1.12.5
Normal file
0
built/3.13.6/nokogiri/1.12.5
Normal file
Loading…
Reference in a new issue