There was an error while loading. Please reload this page.
1 parent 7358b7e commit af3baa0Copy full SHA for af3baa0
1 file changed
scripts/bundle.sh
@@ -25,7 +25,7 @@ wget -O memories.crt https://raw.githubusercontent.com/nextcloud/app-certificate
25
echo -e "$APP_PRIVATE_KEY" > memories.key
26
27
# Sign app
28
-git clone --recurse-submodules --depth 1 --branch v28.0.5 https://github.com/nextcloud/server nextcloud
+git clone --recurse-submodules --depth 1 --branch stable33 https://github.com/nextcloud/server nextcloud
29
php nextcloud/occ integrity:sign-app \
30
--privateKey=/tmp/memories.key \
31
--certificate=/tmp/memories.crt \
0 commit comments