diff --git a/.woodpecker.yml b/.woodpecker.yml index d27d0ae1..ee88fd82 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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