From 606c4c78c3e04f9bd0bf77ed20d0475b23ad2168 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 14 Dec 2021 12:16:25 -0500 Subject: [PATCH] fix e2e test --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 91763c3612..bb108c6f36 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -41,7 +41,7 @@ jobs: echo platform is ${PLATFORM} # Build and run the ko binary, which should be runnable. - docker run $(go run ./ publish ./ --platform=${PLATFORM} --osversion=${OSVERSION} --preserve-import-paths) version + docker run $(go run ./ publish ./ --platform=${PLATFORM} --preserve-import-paths) version # Build and run the test/ binary, which should log "Hello there" served from KO_DATA_PATH testimg=$(go run ./ publish ./test --platform=${PLATFORM} --preserve-import-paths)