mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-15 23:22:59 +02:00
Be more verbose
This commit is contained in:
6
Makefile
6
Makefile
@@ -79,6 +79,8 @@ RPM: scripts/cc-metric-collector.spec
|
|||||||
@if [[ "$${GITHUB_ACTIONS}" == true ]]; then
|
@if [[ "$${GITHUB_ACTIONS}" == true ]]; then
|
||||||
@ RPMFILES="$${RPMDIR}"/*/*.rpm
|
@ RPMFILES="$${RPMDIR}"/*/*.rpm
|
||||||
@ SRPMFILES="$${SRPMDIR}"/*.src.rpm
|
@ SRPMFILES="$${SRPMDIR}"/*.src.rpm
|
||||||
@ echo ::set-output name="SRPM::$${SRPM}"
|
@ echo "RPMs: $${RPMFILES}"
|
||||||
@ echo ::set-output name="RPM::$${RPM}"
|
@ echo "SRPMs: $${SRPMFILES}"
|
||||||
|
@ echo "::set-output name=SRPM::$${SRPMFILES}"
|
||||||
|
@ echo "::set-output name=RPM::$${RPMFILES}"
|
||||||
@fi
|
@fi
|
||||||
|
Reference in New Issue
Block a user