From 47f171c75c738f84a086b0b6b036e8536e169ee1 Mon Sep 17 00:00:00 2001 From: anon8675309 Date: Sat, 24 Jul 2021 13:15:30 -0500 Subject: [PATCH] Simplified branch detection in build scripts for GitLab CI, increased maximum build time --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5de71b8b..ab8411b23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ deb: - docker script: - yes "" | ./utils/do_debian_package.sh --snapshot=stable --type=binary --interactive=no --dput=no --debbuild-extra=--no-sign || true + timeout: 2h artifacts: paths: - '*.deb'