mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-11 21:25:45 +00:00
General rework of the build process (distribution source and rpm).
This commit is contained in:
parent
e68638230a
commit
5b8a75b75c
6 changed files with 55 additions and 21 deletions
12
.github/workflows/makefile.yml
vendored
12
.github/workflows/makefile.yml
vendored
|
|
@ -26,18 +26,6 @@ jobs:
|
|||
- name: Setup RPM build environment
|
||||
run: rpmdev-setuptree
|
||||
|
||||
- name: List all files here
|
||||
run: ls -al
|
||||
|
||||
- name: Show GITHUB_WORKSPACE
|
||||
run: echo "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: List GITHUB_WORKSPACE
|
||||
run: ls -al "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: List all files here
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: Show the Makefile help screen
|
||||
run: make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue