checkout before getting version

This commit is contained in:
David Baker 2016-12-12 18:05:31 +00:00
parent 77f423b123
commit cece3d17e5

View file

@ -73,12 +73,12 @@ projdir=`pwd`
builddir=`mktemp -d 2>/dev/null || mktemp -d -t 'buildtmp'`
pushd "$builddir"
# Figure out what version we're building
vername=`jq -r .version package.json`
git clone "$projdir" .
git checkout "$version"
# Figure out what version we're building
vername=`jq -r .version package.json`
if [ -n "$conffile" ]; then
popd
cp "$conffile" "$builddir/"