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"
|
||||
USE_PDEBUILD_INTERNAL: "yes"
|
||||
|
||||
.origtargz:
|
||||
script: &origtargz |
|
||||
${ORIGTAR_CMD}
|
||||
#.origtargz:
|
||||
# script: &origtargz |
|
||||
# ${ORIGTAR_CMD}
|
||||
# rm -rf .git
|
||||
|
||||
.pre_build:
|
||||
|
|
Loading…
Reference in a new issue