Checkout master when building linux binaries (#133)
This commit is contained in:
parent
6b9922fc2c
commit
efb4d5e908
2
justfile
2
justfile
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user