DEBUG: Bash script vars
Some checks failed
build-debian-package / Build the debian package (push) Failing after 2m20s
Some checks failed
build-debian-package / Build the debian package (push) Failing after 2m20s
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
VERSION="$1"
|
VERSION="$1"
|
||||||
DEBIAN_PACKAGE_PATH="$2"
|
DEBIAN_PACKAGE_PATH="$2"
|
||||||
|
|
||||||
|
echo $VERSION $DEBIAN_PACKAGE_PATH
|
||||||
|
|
||||||
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
|
echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control
|
||||||
|
|
||||||
dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH
|
dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH
|
||||||
Reference in New Issue
Block a user