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