Skip to content

Commit 6ae0adb

Browse files
author
Anshul Patni
committed
ci: temporarily set default manual build target to functions-framework-api
Change-Id: I9443604150b2a815ec49842f4628bcab638ef829
1 parent 638157f commit 6ae0adb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if [[ -n "${_LOUHI_REF_NAME:-}" ]]; then
8383
PACKAGE_DIR="invoker"
8484
else
8585
echo "Unknown tag format: ${_LOUHI_REF_NAME}. Defaulting to invoker."
86-
PACKAGE_DIR="invoker"
86+
PACKAGE_DIR="functions-framework-api"
8787
fi
8888
else
8989
# Fallback for manual/non-tag builds (e.g. testing)
@@ -93,7 +93,7 @@ else
9393
elif [[ $KOKORO_JOB_NAME == *"functions-framework-api"* ]]; then
9494
PACKAGE_DIR="functions-framework-api"
9595
else
96-
PACKAGE_DIR="invoker"
96+
PACKAGE_DIR="functions-framework-api"
9797
fi
9898
fi
9999

0 commit comments

Comments
 (0)