fix: no timeout

This commit is contained in:
f 2022-10-29 12:54:31 -03:00
parent fee22295fe
commit 840d3ba097

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