Compare commits

..

2 commits

Author SHA1 Message Date
f
3872438e1e Merge branch 'antifascista' of ssh://nulo.in:420/Sutty/gems into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-10-29 12:54:45 -03:00
f
840d3ba097 fix: no timeout 2022-10-29 12:54:31 -03:00

View file

@ -4,7 +4,7 @@ pipeline:
pull: true
commands:
- git checkout -B ${CI_COMMIT_BRANCH}
- timeout 3500 bulk-compiler || true
- bulk-compiler || true
- git add built/ || true
- git add failed/ || true
- git config user.name Woodpecker