From 840d3ba097944970ceb6d7a02311afdeb2cfade8 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 29 Oct 2022 12:54:31 -0300 Subject: [PATCH] fix: no timeout --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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