Skip to content

Commit

Permalink
contrib: copy artifacts to latest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwaldon committed Oct 2, 2015
1 parent 0534ee0 commit a43c4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ echo "Built kube-aws binary for local system"
echo "Generated CloudFormation template"

aws s3 cp --recursive --acl=public-read artifacts/ s3://${S3_BUCKET}/${VERSION}
aws s3 cp --recursive --acl=public-read artifacts/ s3://${S3_BUCKET}/latest
echo "Copied artifacts to S3 bucket"

popd
Expand Down

0 comments on commit a43c4bb

Please sign in to comment.