debian/gitlab-ci.yml: with .origtargz not possible to build repacked source
This commit is contained in:
parent
0992045963
commit
a3ca76cb88
1 changed files with 3 additions and 3 deletions
6
debian/.gitlab-ci.yml
vendored
6
debian/.gitlab-ci.yml
vendored
|
@ -10,9 +10,9 @@ variables:
|
||||||
AUTOCLEANAPTCACHE: "yes"
|
AUTOCLEANAPTCACHE: "yes"
|
||||||
USE_PDEBUILD_INTERNAL: "yes"
|
USE_PDEBUILD_INTERNAL: "yes"
|
||||||
|
|
||||||
.origtargz:
|
#.origtargz:
|
||||||
script: &origtargz |
|
# script: &origtargz |
|
||||||
${ORIGTAR_CMD}
|
# ${ORIGTAR_CMD}
|
||||||
# rm -rf .git
|
# rm -rf .git
|
||||||
|
|
||||||
.pre_build:
|
.pre_build:
|
||||||
|
|
Loading…
Reference in a new issue