Compare commits
No commits in common. "85b63e2dbf29ccb2ba956e3b5138f0412ffe8060" and "9547e01ff9ffae93746a312a60e0412eaab38d24" have entirely different histories.
85b63e2dbf
...
9547e01ff9
362 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,6 @@ pipeline:
|
|||
- echo '[nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP' >> ~/.ssh/known_hosts
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||
- git pull nulo ${CI_COMMIT_BRANCH}
|
||||
- git push nulo ${CI_COMMIT_BRANCH}
|
||||
- git show HEAD | grep -q failed/ || false
|
||||
secrets:
|
||||
|
@ -29,4 +28,5 @@ pipeline:
|
|||
|
||||
matrix:
|
||||
ALPINE_VERSION:
|
||||
- 3.16.2
|
||||
- 3.13.6
|
||||
# - 3.14.2
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue