From 71b1ee5baec588a93d7452b66c99b1d2e951e201 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 24 Jun 2018 10:22:12 +0200 Subject: [PATCH] Removed leding path in scp --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9c5d064..f6f17c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,4 +61,5 @@ pipeline: username: artifacts secrets: [ ssh_key ] source: /go/output/* - target: /srv/artifacts/store/rpdata/$COMMIT \ No newline at end of file + target: /srv/artifacts/store/rpdata/ + strip_components: 2 \ No newline at end of file