Skip to content

Commit 9ab1b43

Browse files
SNOW-735650: sfc-jenkins -> sfc-eng-jenkins s3 bucket change (#1234)
1 parent 9832b08 commit 9ab1b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/container/download_artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ -z "$GITHUB_ACTIONS" ]] ;then
1818
# Not Old Driver test
1919
mkdir -p $LIB_DIR
2020
pushd $LIB_DIR >& /dev/null
21-
base_stage=s3://sfc-jenkins/repository/jdbc/${BRANCH}
21+
base_stage=s3://sfc-eng-jenkins/repository/jdbc/${BRANCH}
2222
export GIT_COMMIT=${GIT_COMMIT:-$(aws s3 cp $base_stage/latest_commit -)}
2323
source_stage=$base_stage/${GIT_COMMIT}
2424
echo "[INFO] downloading ${source_stage}/"

ci/container/upload_artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ -z "$GITHUB_ACTIONS" ]] ;then
1717
BRANCH=$(basename ${GIT_BRANCH})
1818
fi
1919

20-
target_stage=s3://sfc-jenkins/repository/jdbc/$BRANCH/${GIT_COMMIT}
20+
target_stage=s3://sfc-eng-jenkins/repository/jdbc/$BRANCH/${GIT_COMMIT}
2121
echo "[INFO] Uploading jar to $target_stage/"
2222
aws s3 cp --only-show-errors $JDBC_ROOT/lib/ $target_stage/ --recursive --exclude "*" --include "*.jar"
2323
aws s3 cp --only-show-errors $JDBC_ROOT/FIPS/lib $target_stage/ --recursive --exclude "*" --include "*.jar"

0 commit comments

Comments
 (0)