mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-24 01:12:45 +00:00
update action.yml
This commit is contained in:
parent
f083ef82f1
commit
890ffda647
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ runs:
|
||||||
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
echo "check specfile" && [ -f ${SPECFILE} ] || exit 1
|
||||||
- name: Remove djam_personal repo
|
- name: Remove djam_personal repo
|
||||||
run: |
|
run: |
|
||||||
if sudo urpmi.removemedia | grep -q "djam_personal"; then
|
urpmi --list-media
|
||||||
|
if urpmq --list-media | grep -q "djam_personal"; then
|
||||||
sudo urpmi.removemedia djam_personal
|
sudo urpmi.removemedia djam_personal
|
||||||
fi
|
fi
|
||||||
- name: Update repo
|
- name: Update repo
|
||||||
|
|
Loading…
Add table
Reference in a new issue