Skip to content
Snippets Groups Projects
Commit dac00216 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Try to fix apt-get

parent 058e5aca
Branches
Tags
No related merge requests found
...@@ -61,7 +61,7 @@ before_script: ...@@ -61,7 +61,7 @@ before_script:
- echo Show conf.php content - echo Show conf.php content
- cat htdocs/conf/conf.php - cat htdocs/conf/conf.php
- echo Install apache server - echo Install apache server
# - sudo apt-get update > /dev/null - sudo apt-get update
- sudo apt-get install -y --force-yes apache2 libapache2-mod-php5 php5-curl php5-mysql php5-pgsql php5-intl - sudo apt-get install -y --force-yes apache2 libapache2-mod-php5 php5-curl php5-mysql php5-pgsql php5-intl
- sudo sed -i -e "s,/var/www,$(pwd)/htdocs,g" /etc/apache2/sites-available/default - sudo sed -i -e "s,/var/www,$(pwd)/htdocs,g" /etc/apache2/sites-available/default
- echo Show default virtual host - echo Show default virtual host
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment