Simplified branch detection in build scripts for GitLab CI, increased maximum build time
This commit is contained in:
parent
649b5585c4
commit
47f171c75c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue