Sha256: ea3f8025a2cf38b8c65b375268c293ac1eee77b9145378e060006efa5c6b4010

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

#!/bin/bash

. ~/.rvm/scripts/rvm
rvm use ruby-2.1.5@customresource
git add -A
git commit -m "$1"
git push
bundle exec rake build
mv pkg/customresource-elastictranscoder-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-elastictranscoder-0.7.2 tests/update.sh