diff options
Diffstat (limited to 'apps/dav/tests/travis/carddav/install.sh')
-rw-r--r-- | apps/dav/tests/travis/carddav/install.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/dav/tests/travis/carddav/install.sh b/apps/dav/tests/travis/carddav/install.sh deleted file mode 100644 index db8b53bc861..00000000000 --- a/apps/dav/tests/travis/carddav/install.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -SCRIPT=`realpath $0` -SCRIPTPATH=`dirname $SCRIPT` - - -cd "$SCRIPTPATH" -if [ ! -f CalDAVTester/testcaldav.py ]; then - git clone https://github.com/apple/ccs-caldavtester.git CalDAVTester -fi -if [ ! -f pycalendar/setup.py ]; then - git clone https://github.com/apple/ccs-pycalendar.git pycalendar -fi - -# create test user -cd "$SCRIPTPATH/../../../../../" -OC_PASS=user01 php occ user:add --password-from-env user01 -php occ dav:create-addressbook user01 addressbook -OC_PASS=user02 php occ user:add --password-from-env user02 -php occ dav:create-addressbook user02 addressbook -cd "$SCRIPTPATH/../../../../../" |