mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
Try fixing DEB package
This commit is contained in:
parent
317d36c9dd
commit
e79601e2e8
2
Makefile
2
Makefile
@ -130,7 +130,7 @@ DEB: scripts/cc-metric-collector.deb.control $(APP)
|
|||||||
@make PREFIX=$${WORKSPACE} install
|
@make PREFIX=$${WORKSPACE} install
|
||||||
@DEB_FILE="cc-metric-collector_$${VERS}_$${ARCH}.deb"
|
@DEB_FILE="cc-metric-collector_$${VERS}_$${ARCH}.deb"
|
||||||
@dpkg-deb -b $${WORKSPACE} "$$DEB_FILE"
|
@dpkg-deb -b $${WORKSPACE} "$$DEB_FILE"
|
||||||
@if [[ "$${GITHUB_ACTIONS}" == true ]]; then
|
@if [ "$${GITHUB_ACTIONS}" = "true" ]; then
|
||||||
@ echo "::set-output name=DEB::$${DEB_FILE}"
|
@ echo "::set-output name=DEB::$${DEB_FILE}"
|
||||||
@fi
|
@fi
|
||||||
@rm -r "$${WORKSPACE}"
|
@rm -r "$${WORKSPACE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user