Explicitly enable test-build-twice job.
This commit is contained in:
parent
885218a382
commit
13ac6fb85d
5
debian/.gitlab-ci.yml
vendored
5
debian/.gitlab-ci.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
|
---
|
||||||
include:
|
include:
|
||||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
|
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
|
||||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
RELEASE: 'unstable'
|
RELEASE: 'unstable'
|
||||||
|
@ -12,3 +12,4 @@ variables:
|
||||||
SALSA_CI_DISABLE_REPROTEST: 0
|
SALSA_CI_DISABLE_REPROTEST: 0
|
||||||
SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0
|
SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0
|
||||||
SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0
|
SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0
|
||||||
|
SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1
|
||||||
|
|
Loading…
Reference in a new issue