From d255efb7697feb7b897819a903c82d50f42fc63c Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Wed, 29 Apr 2020 07:53:30 +0000 Subject: [PATCH] [build] fix a typo of the bucket during release Signed-off-by: Leo Chen --- scripts/go_executable_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/go_executable_build.sh b/scripts/go_executable_build.sh index 4a031fe0d0..3f8d8bd380 100755 --- a/scripts/go_executable_build.sh +++ b/scripts/go_executable_build.sh @@ -235,7 +235,7 @@ function release done # copy node.sh - $AWSCLI s3 cp scripts/node.sh s3://${BUCKET}/$FOLDER/node.sh --acl public-read + $AWSCLI s3 cp scripts/node.sh s3://${PUBBUCKET}/$FOLDER/node.sh --acl public-read [ -e $BINDIR/md5sum.txt ] && $AWSCLI s3 cp $BINDIR/md5sum.txt s3://${PUBBUCKET}/$FOLDER/md5sum.txt --acl public-read }