same testing issue as the other repo
This commit is contained in:
parent
8e1d352296
commit
c3349704c1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ steps:
|
||||||
image: perl:stable
|
image: perl:stable
|
||||||
commands:
|
commands:
|
||||||
- env
|
- env
|
||||||
- cpanm --verbose --installdeps .
|
- cpanm --verbose --installdeps --notest .
|
||||||
- perl generate.pl
|
- perl generate.pl
|
||||||
- tar -c output/perls -vJf output.tar.xz
|
- tar -c output/perls -vJf output.tar.xz
|
||||||
upload-downloads-gz:
|
upload-downloads-gz:
|
||||||
|
|
Loading…
Add table
Reference in a new issue