From f95aa431b8f91dfcca67834d8e132e05bf1fa2aa Mon Sep 17 00:00:00 2001 From: konrad Date: Tue, 22 Jan 2019 21:50:15 +0100 Subject: [PATCH] added debug + possible fix --- .drone1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone1.yml b/.drone1.yml index 576f8c895b7..9181c561648 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -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 ]