fix: correct syntax for GCS storage provider condition in backend integration tests
This commit is contained in:
parent
82395aa3f4
commit
d1316c9527
@ -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) |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user