added debug + possible fix

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

View File

@ -201,6 +201,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
@ -216,7 +217,7 @@ steps:
endpoint: https://storage.kolaente.de
path_style: true
strip_prefix: debian
source: debian/*
source: debian/*/*/*/*/*
target: /
depends_on: [ deb-structure ]
@ -392,7 +393,6 @@ 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
@ -408,7 +408,7 @@ steps:
endpoint: https://storage.kolaente.de
path_style: true
strip_prefix: debian
source: debian/*/*/*/*/*
source: debian/*
target: /
depends_on: [ deb-structure ]