Skip to content

Commit

Permalink
code review follow-up
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlooss1 committed Jun 2, 2023
1 parent 82b18c7 commit 9c366e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/pkg/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
sudo ./aws/install
fi

aws configure set aws_access_key_id $PKG_ACCESS_KEY_ID --profile $PKG_PROFILE
aws configure set aws_secret_access_key $PKG_SECRET_ACCESS_KEY --profile $PKG_PROFILE
aws configure set aws_access_key_id "$PKG_ACCESS_KEY_ID" --profile "$PKG_PROFILE"
aws configure set aws_secret_access_key "$PKG_SECRET_ACCESS_KEY" --profile "$PKG_PROFILE"

aws s3 cp ${PACKAGE_NAME} s3://arn:aws:s3:${PKG_AWS_REGION}:767271724337:accesspoint/mim-packages/$prefix/${PACKAGE_NAME} --acl public-read --profile $PKG_PROFILE --region $PKG_AWS_REGION
aws s3 cp "$PACKAGE_NAME" "s3://arn:aws:s3:$PKG_AWS_REGION:$PKG_USER_ID:accesspoint/mim-packages/$prefix/$PACKAGE_NAME" --acl public-read --profile "$PKG_PROFILE" --region "$PKG_AWS_REGION"

0 comments on commit 9c366e5

Please sign in to comment.