mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-17 10:25:56 +02:00
Get full history of git repository
This commit is contained in:
parent
7e84cb2a40
commit
aecbf19791
3
.github/workflows/AlmaLinux.yml
vendored
3
.github/workflows/AlmaLinux.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
# See: https://github.com/marketplace/actions/setup-go-environment
|
# See: https://github.com/marketplace/actions/setup-go-environment
|
||||||
- name: Setup Golang
|
- name: Setup Golang
|
||||||
@ -37,8 +38,6 @@ jobs:
|
|||||||
|
|
||||||
- name: RPM build MetricCollector
|
- name: RPM build MetricCollector
|
||||||
run: |
|
run: |
|
||||||
printenv
|
|
||||||
ls -la .git
|
|
||||||
make RPM
|
make RPM
|
||||||
RPM=~/rpmbuild/RPMS/*/*.rpm
|
RPM=~/rpmbuild/RPMS/*/*.rpm
|
||||||
SRPM=~/rpmbuild/SRPMS/*.src.rpm
|
SRPM=~/rpmbuild/SRPMS/*.src.rpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user