mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
update deploy
This commit is contained in:
parent
d4b418765f
commit
ea247cef1a
1 changed files with 2 additions and 2 deletions
|
@ -142,12 +142,12 @@ runs:
|
|||
|
||||
}
|
||||
|
||||
for dir in SRPMS RPMS/noarch RPMS/*; do
|
||||
for dir in SRPMS RPMS/*; do
|
||||
if [ -d "${RPMBUILDROOT}/${dir}" ]; then
|
||||
for file in "${RPMBUILDROOT}/${dir}"/*.rpm; do
|
||||
if [ -f "$file" ]; then
|
||||
if [ "$dir" = "SRPMS" ]; then
|
||||
arch="noarch"
|
||||
arch="srpms"
|
||||
type="srpm"
|
||||
elif [ "$dir" = "noarch" ]; then
|
||||
arch="noarch"
|
||||
|
|
Loading…
Add table
Reference in a new issue