File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ timestamps {
2222 |./ci/build_docker.sh
2323 |cp dist/**/*.txt dist/repaired_wheels/
2424 |cp dist/*.tar.gz dist/repaired_wheels/
25- |aws s3 cp --only-show-errors ./dist/repaired_wheels/ s3://sfc-jenkins/repository/python_connector/linux/${GIT_BRANCH}/${GIT_COMMIT}/ --recursive --include '*'
25+ |aws s3 cp --only-show-errors ./dist/repaired_wheels/ s3://sfc-eng- jenkins/repository/python_connector/linux/${GIT_BRANCH}/${GIT_COMMIT}/ --recursive --include '*'
2626 |echo ${GIT_COMMIT} > latest_commit
27- |aws s3 cp --only-show-errors latest_commit s3://sfc-jenkins/repository/python_connector/linux/${GIT_BRANCH}/
27+ |aws s3 cp --only-show-errors latest_commit s3://sfc-eng- jenkins/repository/python_connector/linux/${GIT_BRANCH}/
2828 ''' . stripMargin()
2929 }
3030 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ gpg --quiet --batch --yes --decrypt --passphrase="${PARAMETERS_SECRET}" ${PARAMS
3131gpg --quiet --batch --yes --decrypt --passphrase=" ${PARAMETERS_SECRET} " ${PARAMETERS_DIR} /jenkins_test_parameters.py.gpg > ci/jenkins_test_parameters.py
3232
3333# Download artifacts made by build
34- aws s3 cp --recursive --only-show-errors s3://sfc-jenkins/repository/python_connector/linux/${client_git_branch} /${client_git_commit} / dist
34+ aws s3 cp --recursive --only-show-errors s3://sfc-eng- jenkins/repository/python_connector/linux/${client_git_branch} /${client_git_commit} / dist
3535
3636# Run one of the tests
3737if [ " ${py_test_mode} " = " fips" ]; then
You can’t perform that action at this time.
0 commit comments