Checkout master when building linux binaries (#133)

This commit is contained in:
Casey Rodarmor 2016-11-23 20:28:40 -08:00 committed by GitHub
parent 6b9922fc2c
commit efb4d5e908

View File

@ -40,7 +40,7 @@ build-binary-linux VERSION:
build-and-fetch-linux-binary VERSION: build-and-fetch-linux-binary VERSION:
vagrant up vagrant up
vagrant ssh -- 'bash -lc "cd just && git checkout build-binaries && git pull && just build-binary-linux {{VERSION}}"' vagrant ssh -- 'bash -lc "cd just && git checkout master && git pull && just build-binary-linux {{VERSION}}"'
rm -rf tmp/linux rm -rf tmp/linux
mkdir tmp/linux mkdir tmp/linux
scp \ scp \