Skip to content

Commit

Permalink
SNOW-690378 s3 bucket move (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam authored Nov 24, 2022
1 parent c6d9ab7 commit 93634bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 93634bb

Please sign in to comment.