We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb29ac commit c9e27f0Copy full SHA for c9e27f0
integration_test.sh
@@ -44,6 +44,7 @@ else
44
fi
45
46
echo "2. Test knative 'KO_FLAGS' variable is ignored."
47
+# https://github.com/ko-build/ko/issues/1317
48
RESULT="$(KO_FLAGS="--platform=badvalue" ./ko build --local --platform="linux/$GOARCH" "$GOPATH/src/github.com/google/ko/test" | grep "$FILTER" | xargs -I% docker run %)"
49
if [[ "$RESULT" != *"Hello there"* ]]; then
50
echo "Test FAILED. Saw $RESULT" && exit 1
0 commit comments