Remove the 5.20 filter, should be working now but waiting on pipeline 26

This commit is contained in:
Automation Pipeline 2023-10-11 11:45:47 -04:00
parent 8350589d9a
commit d1b3cd8824

View file

@ -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