merge-requests/12/merge
Julien Veyssier 2018-01-15 11:32:55 +01:00
parent 6dc4c9f562
commit f1a1bb7cd3
2 changed files with 4 additions and 4 deletions

View File

@ -7,4 +7,4 @@ before_script:
test:app:
script:
- phpunit --configuration /data/gpxedit/phpunit.xml
- phpunit --configuration /data/apps/gpxedit/phpunit.xml

View File

@ -13,11 +13,11 @@ chmod +x /usr/local/bin/phpunit
mkdir /data/apps -p
sudo -u nextcloud occ upgrade
sudo -u nextcloud occ maintenance:mode --off
cd /data/apps/
git clone https://gitlab.com/eneiluj/gpxedit-oc gpxedit
occ upgrade
occ maintenance:mode --off
ls /data
ls /data/apps