This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 766afd00 [YUNIKORN-2387][ADDENDUM] Upgrade ginkgo in run-e2e-tests.sh 
(#791)
766afd00 is described below

commit 766afd00be0acc3bb2314020fcbe608529652310
Author: Ryan Lo <[email protected]>
AuthorDate: Wed Feb 21 01:11:48 2024 +0800

    [YUNIKORN-2387][ADDENDUM] Upgrade ginkgo in run-e2e-tests.sh (#791)
    
    Closes: #791
    
    Signed-off-by: Chia-Ping Tsai <[email protected]>
---
 scripts/run-e2e-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run-e2e-tests.sh b/scripts/run-e2e-tests.sh
index 300212fa..36973808 100755
--- a/scripts/run-e2e-tests.sh
+++ b/scripts/run-e2e-tests.sh
@@ -108,7 +108,7 @@ function install_cluster() {
 
   # install ginkgo and gomega for e2e tests.
   echo "step 4/7: installing Ginkgo & Gomega at $("${GO}" env GOPATH)/bin"
-  "${GO}" install github.com/onsi/ginkgo/v2/[email protected]
+  "${GO}" install github.com/onsi/ginkgo/v2/ginkgo
   check_cmd "ginkgo"
 
   # create K8s cluster


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to