We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d9ab7 commit 93634bbCopy full SHA for 93634bb
ci/test.sh
@@ -21,7 +21,7 @@ PARAMS_FILE="${PARAMETERS_DIR}/parameters_aws.py.gpg"
21
gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS_FILE} > tests/parameters.py
22
23
# 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
+aws s3 cp --recursive --only-show-errors s3://sfc-eng-jenkins/repository/sqlalchemy/linux/${client_git_branch}/${client_git_commit}/ dist
25
26
echo "[Info] Going to run regular tests for Python ${python_env}"
27
${THIS_DIR}/test_docker.sh ${python_env}
0 commit comments