From 3f9980955a10760a1d44e72d77a58cff05484bc4 Mon Sep 17 00:00:00 2001 From: cpanato Date: Tue, 26 Mar 2024 13:50:05 +0100 Subject: [PATCH] upgrade integration_test Signed-off-by: cpanato --- integration_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_test.sh b/integration_test.sh index 182f1e95e6..6c691bb106 100755 --- a/integration_test.sh +++ b/integration_test.sh @@ -20,6 +20,8 @@ echo "Copying ko to temp gopath." mkdir -p "$GOPATH/src/github.com/google/ko" cp -r "$ROOT_DIR/"* "$GOPATH/src/github.com/google/ko/" +pushd "$GOPATH/src/github.com/google/ko" || exit 1 + echo "Building ko" RESULT="$(GO111MODULE="on" GOFLAGS="-mod=vendor" go build .)"