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
62bea77c93
commit
d4b418765f
1 changed files with 6 additions and 1 deletions
|
@ -156,7 +156,12 @@ runs:
|
|||
arch=$(basename "${dir}")
|
||||
type="rpm"
|
||||
fi
|
||||
send_package "$file" "$arch" "$type"
|
||||
echo "********************************************************"
|
||||
echo "file: " "$file"
|
||||
echo "arch: " "$arch"
|
||||
echo "type: " "$type"
|
||||
echo "********************************************************"
|
||||
send_package "$file" "$arch" "$type"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue