Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into bump-gomega-ginkgo-v2
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia committed Oct 6, 2021
2 parents 0a8162e + 88d678b commit ea17a70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/actions/install-kubernetes-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ echo "Installing Kubernetes toolchain..."

# Install ginkgo CLI
if [[ ${GITHUB_ACTIONS} == "true" && ${OS} == "linux" ]]; then
<<<<<<< HEAD
go install github.com/onsi/ginkgo/ginkgo@ver2
=======
go install github.com/onsi/ginkgo/...
>>>>>>> origin/main
mv /home/runner/go/bin/ginkgo ${DESTDIR}/ginkgo
fi

Expand Down

0 comments on commit ea17a70

Please sign in to comment.