cicd moved to rocky8.5
This commit is contained in:
parent
010f3c6125
commit
59e95079f0
|
@ -3,5 +3,5 @@ variables:
|
|||
|
||||
test:
|
||||
script:
|
||||
- docker pull pandorafms/pandorafms-base:centos8
|
||||
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:centos8 /tmp/pandorafms/tests/test.sh
|
||||
- docker pull pandorafms/pandorafms-base:rocky8.5
|
||||
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:rocky8.5 /tmp/pandorafms/tests/test.sh
|
||||
|
|
Loading…
Reference in New Issue