mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-02 16:22:24 +00:00
Unique artifact path
This commit is contained in:
parent
2a4b98dce4
commit
3c6d5de314
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ local upload(name, source) = {
|
||||||
settings: {
|
settings: {
|
||||||
bucket: 'artifacts',
|
bucket: 'artifacts',
|
||||||
source: source,
|
source: source,
|
||||||
target: '/',
|
target: '/${DRONE_BUILD_NUMBER}',
|
||||||
path_style: true,
|
path_style: true,
|
||||||
endpoint: 'http://127.0.0.1:9000',
|
endpoint: 'http://127.0.0.1:9000',
|
||||||
access_key: { from_secret: 'minio_key' },
|
access_key: { from_secret: 'minio_key' },
|
||||||
|
|
Loading…
Reference in a new issue