added debug + possible fix

This commit is contained in:
konrad 2019-01-22 21:50:15 +01:00
parent 01e7540530
commit f95aa431b8
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

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