Try initial generation setup, needs to be dynamic later
This commit is contained in:
parent
5d4176c4c8
commit
7b4fd17b53
1 changed files with 14 additions and 4 deletions
|
@ -1,11 +1,21 @@
|
|||
|
||||
depends_on:
|
||||
- "base-os"
|
||||
|
||||
steps:
|
||||
generate:
|
||||
image: perl:stable
|
||||
commands:
|
||||
- env
|
||||
- cpanm --verbose --installdeps .
|
||||
- perl generate.pl
|
||||
- tar -C output/ -vJf output.tar.xz
|
||||
upload-artifacts:
|
||||
image: woodpeckerci/plugin-s3
|
||||
settings:
|
||||
bucket: docker-perl-artifacts
|
||||
source: output.tar.xz
|
||||
target: /generated/
|
||||
path_style: false
|
||||
endpoint: https://docker-perl-publisher.minio.simcop2387.info
|
||||
access_key:
|
||||
from_secret: minio_access_key
|
||||
secret_key:
|
||||
from_secret: minio_secret_key
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue