Only upload tarballs, not full source trees
Some checks failed
ci/woodpecker/push/base-os Pipeline was successful
ci/woodpecker/push/generate-perl Pipeline was successful
ci/woodpecker/push/build-perls Pipeline failed

This commit is contained in:
Ryan Voots 2023-10-02 10:23:27 -04:00
parent 78e551bc6c
commit c0b3fa7aa3

View file

@ -10,7 +10,7 @@ steps:
image: woodpeckerci/plugin-s3
settings:
bucket: docker-perl-artifacts
source: output/downloads/**/*
source: ["output/downloads/*.gz", "output/downloads/*.xz", "output/downloads/*.bz2"]
target: /sources/
path_style: true
endpoint: http://192.168.1.62:9000