mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
force compatibility test
This commit is contained in:
parent
59e95079f0
commit
08a7f62090
@ -5,3 +5,11 @@ test:
|
|||||||
script:
|
script:
|
||||||
- docker pull pandorafms/pandorafms-base:rocky8.5
|
- 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
|
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:rocky8.5 /tmp/pandorafms/tests/test.sh
|
||||||
|
|
||||||
|
test_php_legacy:
|
||||||
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- df -h | grep instaladores | awk '{print $NF}' |xargs umount >/dev/null 2>&1 || true
|
||||||
|
script:
|
||||||
|
- docker pull pandorafms/pandorafms-base:centos7
|
||||||
|
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:centos7 /tmp/pandorafms/tests/test.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user