mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Workflow: fix the stuck mount
This commit is contained in:
parent
8c856a1b74
commit
a1497a44e8
1
.github/workflows/cooker-selfhosted.yml
vendored
1
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: Initialize enviornment
|
- name: Initialize enviornment
|
||||||
run: |
|
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
|
||||||
git pull
|
git pull
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
Loading…
Reference in a new issue