Skip to content

Commit 93634bb

Browse files
authored
SNOW-690378 s3 bucket move (#361)
1 parent c6d9ab7 commit 93634bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PARAMS_FILE="${PARAMETERS_DIR}/parameters_aws.py.gpg"
2121
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > tests/parameters.py
2222

2323
# Download artifacts made by build
24-
aws s3 cp --recursive --only-show-errors s3://sfc-jenkins/repository/sqlalchemy/linux/${client_git_branch}/${client_git_commit}/ dist
24+
aws s3 cp --recursive --only-show-errors s3://sfc-eng-jenkins/repository/sqlalchemy/linux/${client_git_branch}/${client_git_commit}/ dist
2525

2626
echo "[Info] Going to run regular tests for Python ${python_env}"
2727
${THIS_DIR}/test_docker.sh ${python_env}

0 commit comments

Comments
 (0)