Skip to content
Snippets Groups Projects
Commit 8ccf4e43 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Add testing for centos

parent eb86bb7e
Branches trunk
No related tags found
No related merge requests found
Pipeline #22154 failed
......@@ -5,7 +5,10 @@ test_passing_case:
tags:
- ubuntu22
script: |
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
# ubuntu22 image
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
# centos image
docker build --build-arg BASE_TAG=centos/python-38-centos7 --build-arg INSTALL_BIN=python3 .
test_failing_case:
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment