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
c7a5435e22
commit
fc912abb25
1 changed files with 2 additions and 4 deletions
|
@ -28,10 +28,8 @@ runs:
|
|||
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
||||
- name: Remove djam_personal repo
|
||||
run: |
|
||||
urpmi --list-media
|
||||
if urpmq --list-media | grep -q "djam_personal"; then
|
||||
sudo urpmi.removemedia djam_personal
|
||||
fi
|
||||
urpmq --list-media
|
||||
if urpmq --list-media | 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