fix: correct syntax for GCS storage provider condition in backend integration tests

This commit is contained in:
Piwccle 2025-09-24 17:59:18 +02:00
parent 82395aa3f4
commit d1316c9527

View File

@ -144,8 +144,7 @@ jobs:
"container_name": "openvidu-appdata-recordings"
}
' egress.yaml
fi
elseif [[ "${{ matrix['storage-provider'] }}" == "gcs" ]]; then
elif [[ "${{ matrix['storage-provider'] }}" == "gcs" ]]; then
echo "Using GCS storage provider"
yq e -i '
del(.storage.s3) |