Compare commits

...

5 commits

Author SHA1 Message Date
f
85b63e2dbf new structure
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-08-26 17:28:59 -03:00
f
fc0dcf0a8d Merge branch 'antifascista' of ssh://nulo.in:420/Sutty/gems into antifascista 2022-08-26 17:28:44 -03:00
f
bc0ce43e38 try to upgrade to ruby 3.1 2022-08-26 17:28:08 -03:00
f
23880bfeac follow new file structure 2022-08-26 16:41:23 -03:00
f
0b7bcb6958 build for different alpine versions 2022-08-26 16:39:05 -03:00
362 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,7 @@ 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:
@ -28,5 +29,4 @@ pipeline:
matrix:
ALPINE_VERSION:
- 3.13.6
# - 3.14.2
- 3.16.2

Some files were not shown because too many files have changed in this diff Show more