Get full history of git repository

This commit is contained in:
Holger Obermaier 2022-03-01 10:45:36 +01:00
parent 7e84cb2a40
commit aecbf19791

View File

@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
# See: https://github.com/marketplace/actions/setup-go-environment
- name: Setup Golang
@ -37,8 +38,6 @@ jobs:
- name: RPM build MetricCollector
run: |
printenv
ls -la .git
make RPM
RPM=~/rpmbuild/RPMS/*/*.rpm
SRPM=~/rpmbuild/SRPMS/*.src.rpm