Sha256: a015d15cfb34dc089a7d47c0adad73fd67219fba1f52570b480daeb47aa44465
Contents?: true
Size: 524 Bytes
Versions: 1
Compression:
Stored size: 524 Bytes
Contents
#!/bin/bash . ~/.rvm/scripts/rvm rvm use ruby-2.1.5@customresource git add -A git commit -m "$1" git push rake build mv pkg/customresource-route53-0.*.gem ../repo/gems/ cd ../repo gem generate_index . awsrc poc1 aws s3 sync ./ s3://amplify-learning-gems/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --cache-control="max-age=0, no-cache" aws s3 sync ./ s3://gems.dev.learning.amplify.com/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --cache-control="max-age=0, no-cache" cd -
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
customresource-route53-0.7.1 | tests/update.sh |