1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Have kind.local test use --platform=all (#208)

Fix --platform=all with kind.local
This commit is contained in:
Matt Moore
2020-09-29 10:11:15 -07:00
committed by GitHub
parent 0f5a478d75
commit 61fbde832a
2 changed files with 38 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ ROOT_DIR="$(pwd)"
echo "Running smoke test."
go install ./cmd/ko
# Travis runs this against a kind cluster so properly use the kind publisher.
KO_DOCKER_REPO=kind.local ko apply -f ./cmd/ko/test
KO_DOCKER_REPO=kind.local ko apply --platform=all -f ./cmd/ko/test
kubectl wait --timeout=10s --for=condition=Ready pod/kodata
echo "Moving GOPATH into /tmp/ to test modules behavior."