Unique artifact path

This commit is contained in:
Ana Gelez
2020-07-26 20:37:09 +02:00
parent 2a4b98dce4
commit 3c6d5de314
+1 -1
View File
@@ -88,7 +88,7 @@ local upload(name, source) = {
settings: {
bucket: 'artifacts',
source: source,
target: '/',
target: '/${DRONE_BUILD_NUMBER}',
path_style: true,
endpoint: 'http://127.0.0.1:9000',
access_key: { from_secret: 'minio_key' },