Skip to content

Commit

Permalink
Add provisioning/release.sh script for vagrantfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lberk committed Apr 29, 2019
1 parent 2cd3a12 commit c155362
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions provisioning/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
cd /vagrant || exit
# could probably do both steps in one via awk
sed -i -e '/distro.*/d' .bintrayrc
echo "distro=\"$1\"" >> .bintrayrc

printf 'n\ny\n' | ./scripts/bintray-upload

0 comments on commit c155362

Please sign in to comment.