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 638157f commit 0972c98Copy full SHA for 0972c98
1 file changed
.kokoro/build.sh
@@ -83,7 +83,7 @@ if [[ -n "${_LOUHI_REF_NAME:-}" ]]; then
83
PACKAGE_DIR="invoker"
84
else
85
echo "Unknown tag format: ${_LOUHI_REF_NAME}. Defaulting to invoker."
86
- PACKAGE_DIR="invoker"
+ PACKAGE_DIR="functions-framework-api"
87
fi
88
89
# Fallback for manual/non-tag builds (e.g. testing)
@@ -93,7 +93,7 @@ else
93
elif [[ $KOKORO_JOB_NAME == *"functions-framework-api"* ]]; then
94
PACKAGE_DIR="functions-framework-api"
95
96
97
98
99
0 commit comments