Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/travis_ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-06-27 14:52:40 +0300
committerGitHub <noreply@github.com>2016-06-27 14:52:40 +0300
commit8270becd639c152b1dcf4b6cb847692e90c1cd9d (patch)
tree84aea5932b7474ef9394ec101207db2c879cc09b
parent22c8d5d8978adcf39626ec954f5ae241c6b9232a (diff)
Adjust repo name
-rwxr-xr-xbefore_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/before_install.sh b/before_install.sh
index 6586cfa..ef99445 100755
--- a/before_install.sh
+++ b/before_install.sh
@@ -16,7 +16,7 @@ echo "Work directory: $WORKDIR"
echo "Database: $DB"
cd ..
git clone --depth 1 -b $CORE_BRANCH https://github.com/nextcloud/server
-cd core
+cd server
git submodule update --init
cd apps
@@ -54,7 +54,7 @@ fi
#
# copy install script
#
-cd ../core
+cd ../server
if [ ! -f core_install.sh ]; then
wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/core_install.sh
fi