Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [[ -n "${_LOUHI_REF_NAME:-}" ]]; then
PACKAGE_DIR="invoker"
else
echo "Unknown tag format: ${_LOUHI_REF_NAME}. Defaulting to invoker."
PACKAGE_DIR="invoker"
PACKAGE_DIR="functions-framework-api"
fi
else
# Fallback for manual/non-tag builds (e.g. testing)
Expand All @@ -93,7 +93,7 @@ else
elif [[ $KOKORO_JOB_NAME == *"functions-framework-api"* ]]; then
PACKAGE_DIR="functions-framework-api"
else
PACKAGE_DIR="invoker"
PACKAGE_DIR="functions-framework-api"
fi
fi

Expand Down
Loading