Skip to content

Commit

Permalink
testings
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Nov 16, 2023
1 parent 9362934 commit 06ed49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06ed49d

Please sign in to comment.