We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3214803 + 9ce8511 commit f5bde68Copy full SHA for f5bde68
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
sudo apt install make openssl -y
58
echo "###### installing nextcloud"
59
mkdir ~/html
60
- git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v28.0.0 ~/html/nextcloud
+ git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v30.0.1 ~/html/nextcloud
61
sed -i $'s|if (substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|if (is_string($root) and substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|g' ~/html/nextcloud/lib/autoloader.php
62
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
63
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
0 commit comments