added debug + possible fix
This commit is contained in:
parent
f95aa431b8
commit
e735378caf
1 changed files with 3 additions and 3 deletions
|
@ -201,6 +201,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
|
||||||
|
@ -216,7 +217,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 ]
|
||||||
|
|
||||||
|
@ -392,7 +393,6 @@ 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
|
||||||
|
@ -408,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