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