Also make this use the pipeline number for later
This commit is contained in:
parent
84d3f7ba3e
commit
8350589d9a
2 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ steps:
|
|||
image: gitea.simcop2387.info/simcop2387/docker-perl-dind:0.0
|
||||
pull: true
|
||||
commands:
|
||||
- wget https://docker-perl-artifacts.minio.voots.org/generated/output.tar.xz
|
||||
- tar -xvJf output.tar.xz
|
||||
- wget https://docker-perl-artifacts.minio.voots.org/generated/output-${CI_PIPELINE_NUMBER}.tar.xz
|
||||
- tar -xvJf output-${CI_PIPELINE_NUMBER}.tar.xz
|
||||
- cpanm --installdeps .
|
||||
- docker login -u simcop2387 -p $GITEA_DOCKER_TOKEN gitea.simcop2387.info
|
||||
- perl build.pl --suffix $CI_PIPELINE_CREATED --filter_tags=5.20 --build_args OS_TAG=$CI_PIPELINE_CREATED
|
||||
|
|
|
@ -5,7 +5,7 @@ steps:
|
|||
- env
|
||||
- cpanm --verbose --installdeps --notest .
|
||||
- perl generate.pl
|
||||
- tar -c output/perls -vJf output.tar.xz
|
||||
- tar -c output/perls -vJf output-${CI_PIPELINE_NUMBER}.tar.xz
|
||||
upload-downloads-gz:
|
||||
image: woodpeckerci/plugin-s3
|
||||
settings:
|
||||
|
@ -46,7 +46,7 @@ steps:
|
|||
image: woodpeckerci/plugin-s3
|
||||
settings:
|
||||
bucket: docker-perl-artifacts
|
||||
source: output.tar.xz
|
||||
source: "output-${CI_PIPELINE_NUMBER}.tar.xz"
|
||||
target: /generated/
|
||||
path_style: true
|
||||
endpoint: http://192.168.1.62:9000
|
||||
|
|
Loading…
Add table
Reference in a new issue