We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d3077 commit 3d2db81Copy full SHA for 3d2db81
.github/workflows/dataconnect.yml
@@ -177,7 +177,7 @@ jobs:
177
178
# Use the same dataconnect binary as was used for code generation in gradle assemble
179
DATACONNECT_EMULATOR_BINARY_PATH="$(find "$PWD"/firebase-dataconnect/connectors/build/intermediates/dataconnect/debug/executable -type f)"
180
- if [[ -n $DATACONNECT_EMULATOR_BINARY_PATH ]] ; then
+ if [[ -z $DATACONNECT_EMULATOR_BINARY_PATH ]] ; then
181
echo "INTERNAL ERROR v7kg2dfhbc: unable to find data connect binary" >&2
182
exit 1
183
fi
0 commit comments