Honour package version when no tarball is given
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
0a0c95bab7
commit
b786cecdf9
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ if [ -f "$TARBALL" ]; then
|
|||
mv ${TARBALL_DIR}/*.tgz .
|
||||
rm -rf ${TARBALL_DIR}
|
||||
else
|
||||
npm pack ${PACKAGE}
|
||||
npm pack ${PACKAGE}@${VERSION}
|
||||
fi
|
||||
tar xfz *.tgz
|
||||
cd package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue