added debug + possible fix
This commit is contained in:
parent
01e7540530
commit
f95aa431b8
1 changed files with 2 additions and 1 deletions
|
@ -392,6 +392,7 @@ steps:
|
||||||
- mkdir debian/conf -p
|
- mkdir debian/conf -p
|
||||||
- cp build/reprepro-dist-conf debian/conf/distributions
|
- cp build/reprepro-dist-conf debian/conf/distributions
|
||||||
- make reprepro
|
- make reprepro
|
||||||
|
- tree debian
|
||||||
depends_on: [ build-deb ]
|
depends_on: [ build-deb ]
|
||||||
|
|
||||||
# Push the releases to our pseudo-s3-bucket
|
# Push the releases to our pseudo-s3-bucket
|
||||||
|
@ -407,7 +408,7 @@ steps:
|
||||||
endpoint: https://storage.kolaente.de
|
endpoint: https://storage.kolaente.de
|
||||||
path_style: true
|
path_style: true
|
||||||
strip_prefix: debian
|
strip_prefix: debian
|
||||||
source: debian/*
|
source: debian/*/*/*/*/*
|
||||||
target: /
|
target: /
|
||||||
depends_on: [ deb-structure ]
|
depends_on: [ deb-structure ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue