Skip to content

Commit 67494bd

Browse files
authored
fix test script by reorder go get command (#1802)
1 parent a99192a commit 67494bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/ci_e2e_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,10 @@ cleanup() {
255255
#
256256
#######################################
257257
main() {
258-
go get github.com/mikefarah/yq/v4
259-
go get github.com/onsi/ginkgo/ginkgo
260-
261258
build_push_controller_image
262259

260+
go get github.com/mikefarah/yq/v4
261+
go get github.com/onsi/ginkgo/ginkgo
263262
trap "cleanup" EXIT
264263
setup_cluster
265264
setup_controller_iam_sa

0 commit comments

Comments
 (0)