Add Flatpak CI
This commit is contained in:
9
.ci/scripts/linux-flatpak/finish.sh
Normal file
9
.ci/scripts/linux-flatpak/finish.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
YUZU_SRC_DIR="/yuzu"
|
||||
REPO_DIR="$YUZU_SRC_DIR/repo"
|
||||
|
||||
# When the script finishes, unmount the repository and delete sensitive files,
|
||||
# regardless of whether the build passes or fails
|
||||
umount "$REPO_DIR" || true
|
||||
rm -rf "$REPO_DIR" /tmp/* || true
|
||||
Reference in New Issue
Block a user