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"
|
"container_name": "openvidu-appdata-recordings"
|
||||||
}
|
}
|
||||||
' egress.yaml
|
' egress.yaml
|
||||||
fi
|
elif [[ "${{ matrix['storage-provider'] }}" == "gcs" ]]; then
|
||||||
elseif [[ "${{ matrix['storage-provider'] }}" == "gcs" ]]; then
|
|
||||||
echo "Using GCS storage provider"
|
echo "Using GCS storage provider"
|
||||||
yq e -i '
|
yq e -i '
|
||||||
del(.storage.s3) |
|
del(.storage.s3) |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user