mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Remove lock at the end
This commit is contained in:
1
.github/workflows/ci-openapi.yml
vendored
1
.github/workflows/ci-openapi.yml
vendored
@@ -196,4 +196,5 @@ jobs:
|
|||||||
sudo rm ${TGT_DIR}/jellyfin-openapi-unstable_previous.json
|
sudo rm ${TGT_DIR}/jellyfin-openapi-unstable_previous.json
|
||||||
sudo ln -s unstable/${LAST_SPEC} ${TGT_DIR}/jellyfin-openapi-unstable_previous.json
|
sudo ln -s unstable/${LAST_SPEC} ${TGT_DIR}/jellyfin-openapi-unstable_previous.json
|
||||||
fi
|
fi
|
||||||
|
rm /run/openapi-unstable.lock
|
||||||
) 200>/run/openapi-unstable.lock
|
) 200>/run/openapi-unstable.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user