From 93634bbae0018195d15a98b006daee0a75e89809 Mon Sep 17 00:00:00 2001 From: Afroz Alam Date: Wed, 23 Nov 2022 22:02:01 -0800 Subject: [PATCH] SNOW-690378 s3 bucket move (#361) --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 4f555878..c1b65410 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -21,7 +21,7 @@ PARAMS_FILE="${PARAMETERS_DIR}/parameters_aws.py.gpg" gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > tests/parameters.py # Download artifacts made by build -aws s3 cp --recursive --only-show-errors s3://sfc-jenkins/repository/sqlalchemy/linux/${client_git_branch}/${client_git_commit}/ dist +aws s3 cp --recursive --only-show-errors s3://sfc-eng-jenkins/repository/sqlalchemy/linux/${client_git_branch}/${client_git_commit}/ dist echo "[Info] Going to run regular tests for Python ${python_env}" ${THIS_DIR}/test_docker.sh ${python_env}