Remove debugging

This commit is contained in:
kolaente 2019-01-23 14:33:44 +01:00
parent add491d1e0
commit d0fa9ddaec
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -201,7 +201,6 @@ steps:
- mkdir debian/conf -p
- cp build/reprepro-dist-conf debian/conf/distributions
- make reprepro
- ls debian/*/*/*/*/*
depends_on: [ build-deb ]
# Push the releases to our pseudo-s3-bucket
@ -408,7 +407,7 @@ steps:
endpoint: https://storage.kolaente.de
path_style: true
strip_prefix: debian
source: debian/*
source: debian/*/*/*/*/*
target: /
depends_on: [ deb-structure ]