File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [[ -z "$GITHUB_ACTIONS" ]] ;then
18
18
# Not Old Driver test
19
19
mkdir -p $LIB_DIR
20
20
pushd $LIB_DIR >& /dev/null
21
- base_stage=s3://sfc-jenkins/repository/jdbc/${BRANCH}
21
+ base_stage=s3://sfc-eng- jenkins/repository/jdbc/${BRANCH}
22
22
export GIT_COMMIT=${GIT_COMMIT:- $(aws s3 cp $base_stage / latest_commit -)}
23
23
source_stage=$base_stage /${GIT_COMMIT}
24
24
echo " [INFO] downloading ${source_stage} /"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [[ -z "$GITHUB_ACTIONS" ]] ;then
17
17
BRANCH=$( basename ${GIT_BRANCH} )
18
18
fi
19
19
20
- target_stage=s3://sfc-jenkins/repository/jdbc/$BRANCH /${GIT_COMMIT}
20
+ target_stage=s3://sfc-eng- jenkins/repository/jdbc/$BRANCH /${GIT_COMMIT}
21
21
echo " [INFO] Uploading jar to $target_stage /"
22
22
aws s3 cp --only-show-errors $JDBC_ROOT /lib/ $target_stage / --recursive --exclude " *" --include " *.jar"
23
23
aws s3 cp --only-show-errors $JDBC_ROOT /FIPS/lib $target_stage / --recursive --exclude " *" --include " *.jar"
You can’t perform that action at this time.
0 commit comments