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 de56a33b [YUNIKORN-2558] Remove redundent conditional to install tools 
(#819)
de56a33b is described below

commit de56a33bcb7e61f68262b5490585e50f08359104
Author: YUN SUN <yun.sun7...@gmail.com>
AuthorDate: Tue Apr 16 21:04:07 2024 +0800

    [YUNIKORN-2558] Remove redundent conditional to install tools (#819)
    
    Closes: #819
    
    Signed-off-by: Chia-Ping Tsai <chia7...@gmail.com>
---
 scripts/run-e2e-tests.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/scripts/run-e2e-tests.sh b/scripts/run-e2e-tests.sh
index 36973808..ce3cad1e 100755
--- a/scripts/run-e2e-tests.sh
+++ b/scripts/run-e2e-tests.sh
@@ -72,11 +72,7 @@ function check_docker() {
 }
 
 function install_tools() {
-  if [ -d "$TOOLS_DIRECTORY" ]; then
-    echo "tools directory exists. Skipping make tools."
-  else
-    make tools
-  fi
+  make tools
 }
 
 function install_cluster() {


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to