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.
1 parent 8150ed9 commit b8ba116Copy full SHA for b8ba116
1 file changed
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
sudo apt install make openssl -y
57
echo "###### installing nextcloud"
58
mkdir ~/html
59
- git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b master ~/html/nextcloud
+ git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b v24.0.7 ~/html/nextcloud
60
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
61
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
62
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
0 commit comments