Fixed make_tarball.sh to get VERSION set.
This commit is contained in:
parent
046e7b408a
commit
33eff69047
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
set -e
|
||||
|
||||
TARGET=pandoc-$VERSION
|
||||
ARTIFACTS="${ARTIFACTS:-/artifacts}"
|
||||
VERSION=`$ARTIFACTS/pandoc --version | awk '{print $2; exit;}'`
|
||||
TARGET=pandoc-$VERSION
|
||||
|
||||
cd $ARTIFACTS
|
||||
rm -rf $TARGET
|
||||
|
|
Loading…
Reference in a new issue