Skip to content

Commit af3baa0

Browse files
committed
ci: fix bundle script
Signed-off-by: Varun Patil <radialapps@gmail.com>
1 parent 7358b7e commit af3baa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ wget -O memories.crt https://raw.githubusercontent.com/nextcloud/app-certificate
2525
echo -e "$APP_PRIVATE_KEY" > memories.key
2626

2727
# Sign app
28-
git clone --recurse-submodules --depth 1 --branch v28.0.5 https://github.com/nextcloud/server nextcloud
28+
git clone --recurse-submodules --depth 1 --branch stable33 https://github.com/nextcloud/server nextcloud
2929
php nextcloud/occ integrity:sign-app \
3030
--privateKey=/tmp/memories.key \
3131
--certificate=/tmp/memories.crt \

0 commit comments

Comments
 (0)