mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-08 14:35:55 +02:00
Set ouptput variables in workflow AlmaLinux.yml
This commit is contained in:
parent
3f16fb9f0b
commit
e81b00bf65
8
.github/workflows/AlmaLinux.yml
vendored
8
.github/workflows/AlmaLinux.yml
vendored
@ -36,7 +36,13 @@ jobs:
|
||||
go-version: '^1.16.7'
|
||||
|
||||
- name: RPM build MetricCollector
|
||||
run: make rpm
|
||||
run: |
|
||||
make RPM
|
||||
RPM=~/rpmbuild/RPMS/*/*.rpm
|
||||
SRPM=~/rpmbuild/SRPMS/*.src.rpm
|
||||
echo ::set-output name="SRPM::${SRPM}"
|
||||
echo ::set-output name="RPM::${RPM}"
|
||||
echo ::set-output name="rpm_content_type::application/octet-stream"
|
||||
|
||||
# See: https://github.com/actions/download-artifact
|
||||
- name: Save RPM as artifact
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: cc-metric-collector
|
||||
Version: 0.2
|
||||
Version: %{VERS}
|
||||
Release: 1%{?dist}
|
||||
Summary: Metric collection daemon from the ClusterCockpit suite
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user