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 115bcb2 commit a8635dfCopy full SHA for a8635df
2 files changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
sudo apt install make openssl -y
60
echo "###### installing nextcloud"
61
mkdir ~/html
62
- git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable33 ~/html/nextcloud
+ git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable32 ~/html/nextcloud
63
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
64
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
65
php ~/html/nextcloud/occ app:enable ${APP_ID}
0 commit comments