Get version after we've checked out...

pull/2745/head
David Baker 2016-12-09 20:23:19 +00:00
parent c80d1c15d2
commit feb3a13a71
1 changed files with 3 additions and 3 deletions

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/"