mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:38:52 +03:00
Reapply crash triage tag API updates after syncing the branch with next.
This resolves stash replay conflicts and keeps the report/tag UI and backend endpoints aligned for the feature branch review. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -28,6 +28,12 @@ if [[ -z "$(mount | grep BE | grep var | grep f0xx)" && -d "tmp/BE_alpine/var/ww
|
||||
set +x
|
||||
fi
|
||||
|
||||
if [[ -z "$(mount | grep BE | grep etc | grep f0xx)" && -d "tmp/BE_alpine/etc/gitea" ]]; then
|
||||
set -x
|
||||
sshfs alpine-be:/etc/gitea tmp/BE_alpine/etc/gitea
|
||||
set +x
|
||||
fi
|
||||
|
||||
_umount() {
|
||||
umount "${1}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user