Only upload tarballs, not full source trees
This commit is contained in:
parent
78e551bc6c
commit
c0b3fa7aa3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ steps:
|
||||||
image: woodpeckerci/plugin-s3
|
image: woodpeckerci/plugin-s3
|
||||||
settings:
|
settings:
|
||||||
bucket: docker-perl-artifacts
|
bucket: docker-perl-artifacts
|
||||||
source: output/downloads/**/*
|
source: ["output/downloads/*.gz", "output/downloads/*.xz", "output/downloads/*.bz2"]
|
||||||
target: /sources/
|
target: /sources/
|
||||||
path_style: true
|
path_style: true
|
||||||
endpoint: http://192.168.1.62:9000
|
endpoint: http://192.168.1.62:9000
|
||||||
|
|
Loading…
Add table
Reference in a new issue