Compare commits

..

No commits in common. "85b63e2dbf29ccb2ba956e3b5138f0412ffe8060" and "9547e01ff9ffae93746a312a60e0412eaab38d24" have entirely different histories.

362 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,6 @@ 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 pull nulo ${CI_COMMIT_BRANCH}
- git push nulo ${CI_COMMIT_BRANCH} - git push nulo ${CI_COMMIT_BRANCH}
- git show HEAD | grep -q failed/ || false - git show HEAD | grep -q failed/ || false
secrets: secrets:
@ -29,4 +28,5 @@ pipeline:
matrix: matrix:
ALPINE_VERSION: 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