mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Workflow: fix the stuck mount -fix3
This commit is contained in:
parent
b9c4308d2e
commit
135234156b
2
.github/workflows/cooker-selfhosted.yml
vendored
2
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Remove stuck mounts
|
||||
run: while [[ $(findmnt /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles) != "" ]]; do sudo umount /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles; done
|
||||
run: umount -f /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/*
|
||||
|
||||
- name: Get date for artifacts
|
||||
id: date
|
||||
|
|
Loading…
Reference in a new issue