Remove the 5.20 filter, should be working now but waiting on pipeline 26
This commit is contained in:
parent
8350589d9a
commit
d1b3cd8824
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
||||||
- tar -xvJf output-${CI_PIPELINE_NUMBER}.tar.xz
|
- tar -xvJf output-${CI_PIPELINE_NUMBER}.tar.xz
|
||||||
- cpanm --installdeps .
|
- cpanm --installdeps .
|
||||||
- docker login -u simcop2387 -p $GITEA_DOCKER_TOKEN gitea.simcop2387.info
|
- 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
|
- perl build.pl --suffix $CI_PIPELINE_CREATED --build_args OS_TAG=$CI_PIPELINE_CREATED
|
||||||
secrets: [gitea_docker_token]
|
secrets: [gitea_docker_token]
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
Loading…
Add table
Reference in a new issue