Skip to content

Commit a3d16aa

Browse files
committed
Fix Kokoro artifact dir path
1 parent 33b78e6 commit a3d16aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
cd "${KOKORO_ARTIFACTS_DIR}/git/serverless.git.corp.google.com/functions-framework-python"
4+
cd "${KOKORO_ARTIFACTS_DIR}/git/serverless/functions-framework-python"
55

66
### Set up Airlock for Bookworm
77
rm -f /etc/apt/sources.list.d/* /etc/apt/sources.list

0 commit comments

Comments
 (0)