From 06ed49de46077231215a1eb4cf64a9183b6d0489 Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-jy Date: Wed, 15 Nov 2023 22:37:03 -0800 Subject: [PATCH] testings --- ci/container/test_component.sh | 2 -- ci/test.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/container/test_component.sh b/ci/container/test_component.sh index 3b40374a0..28c62832e 100755 --- a/ci/container/test_component.sh +++ b/ci/container/test_component.sh @@ -18,8 +18,6 @@ source $THIS_DIR/download_artifact.sh echo "[INFO] Testing" cd $WORKSPACE -yum -y install libsecret-devel - if [[ "$LOCAL_USER_NAME" == "jenkins" ]]; then cd target_client export PATH=$WORKSPACE/target_client/node_modules/.bin:$PATH diff --git a/ci/test.sh b/ci/test.sh index 70b940b97..ab8d24717 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -9,6 +9,8 @@ THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $THIS_DIR/_init.sh source $THIS_DIR/scripts/login_internal_docker.sh +yum -y install libsecret-devel + export WORKSPACE=${WORKSPACE:-/tmp} export NETWORK_NAME=proxytest export PROXY_IMAGE=$DOCKER_REGISTRY_NAME/client-squid