mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
copy source to rpm sources dir
This commit is contained in:
parent
4f27c3c75b
commit
0d2723e35b
1 changed files with 5 additions and 1 deletions
|
@ -79,8 +79,12 @@ runs:
|
|||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
- name: Copy all source to rpm source dir
|
||||
run: |
|
||||
copy -a * /home/builder/rpmbuild/SOURCES/
|
||||
|
||||
- name: Linter
|
||||
- name: RPM linter
|
||||
run: |
|
||||
source .env
|
||||
rpmlint ${SPECFILE}
|
||||
|
|
Loading…
Add table
Reference in a new issue