From d0fa9ddaec4031d2f0986bb7091f19a99a719b43 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 23 Jan 2019 14:33:44 +0100 Subject: [PATCH] Remove debugging --- .drone1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone1.yml b/.drone1.yml index 5d8814244d4..caa6dc054c0 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -201,7 +201,6 @@ steps: - mkdir debian/conf -p - cp build/reprepro-dist-conf debian/conf/distributions - make reprepro - - ls debian/*/*/*/*/* depends_on: [ build-deb ] # Push the releases to our pseudo-s3-bucket @@ -408,7 +407,7 @@ steps: endpoint: https://storage.kolaente.de path_style: true strip_prefix: debian - source: debian/* + source: debian/*/*/*/*/* target: / depends_on: [ deb-structure ]