Simplified branch detection in build scripts for GitLab CI, increased maximum build time

This commit is contained in:
anon8675309 2021-07-24 13:15:30 -05:00
parent 649b5585c4
commit 47f171c75c
1 changed files with 1 additions and 0 deletions

View File

@ -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'