From: gggeek Date: Mon, 6 Dec 2021 16:37:33 +0000 (+0000) Subject: wip github actions CI X-Git-Tag: plcapi-7.1-0~3^2~43 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=d867a3b3e5632755b143b1010cdda17466d21df1 wip github actions CI --- diff --git a/tests/ci/setup/setup_apache.sh b/tests/ci/setup/setup_apache.sh index 7a6f3af..2d34d9b 100755 --- a/tests/ci/setup/setup_apache.sh +++ b/tests/ci/setup/setup_apache.sh @@ -15,8 +15,8 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 a2enmod rewrite proxy_fcgi setenvif ssl -# in case mod-php was enabled -a2dismod php +# in case mod-php was enabled (this is the case on github's ubuntu with php 5.x at least) +a2dismod php || true # configure apache virtual hosts