Fix git asking for user input

This commit is contained in:
Cameron Gutman
2020-02-04 20:18:37 -08:00
parent 4a92aa7242
commit 3aa263852e

View File

@@ -5,7 +5,7 @@ set -e
echo "Checking out $BRANCH"
git clone --recursive --branch $BRANCH --depth 1 https://github.com/moonlight-stream/moonlight-qt.git
cd moonlight-qt
git show HEAD
git log -1
# Grab the verson metadata
VERSION=`cat app/version.txt`