Fix circleci

This commit is contained in:
Michiel Hazelhof 2025-08-12 15:42:52 +02:00
parent 232de042dd
commit b75dfb2512
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
command: ./generateKeys.sh command: ./generateKeys.sh
- run: - run:
name: Build script name: Build script
command: ./build.sh command: ./build.sh update
- run: - run:
name: Test generating user license name: Test generating user license
command: ./licenseGen.sh user TestName TestEmail@example.com 4a619d4a-522d-4c70-8596-affb5b607c23 command: ./licenseGen.sh user TestName TestEmail@example.com 4a619d4a-522d-4c70-8596-affb5b607c23

View File

@ -46,7 +46,7 @@ for INSTANCE in ${OLDINSTANCES[@]}; do
done done
# update bitwarden itself # update bitwarden itself
if [ "$1" = "y" ]; then if [ "$1" = "update" ]; then
docker pull ghcr.io/bitwarden/self-host:beta docker pull ghcr.io/bitwarden/self-host:beta
else else
read -p "Update (or get) bitwarden source container (y/n): " -n 1 -r read -p "Update (or get) bitwarden source container (y/n): " -n 1 -r