mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
update action.yml
This commit is contained in:
parent
4f690a6234
commit
df11fac329
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ runs:
|
|||
cat /etc/*release*
|
||||
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
||||
- name: Remove djam_personal repo
|
||||
run: sudo urpmi.removemedia djam_personal
|
||||
run: |
|
||||
if urpmi.removemedia --list | grep -q "djam_personal"; then
|
||||
sudo urpmi.removemedia djam_personal
|
||||
fi
|
||||
- name: Update repo
|
||||
run: |
|
||||
sudo urpmi.update -fa
|
||||
|
|
Loading…
Add table
Reference in a new issue