chore(config): Update git commands and CI runner platform
Updated local development settings to include comprehensive Git status checks, improving developer workflow visibility. Additionally, the Arch package building job in the CI pipeline now targets archlinux runners for better environment parity during builds. - Added multiple bash commands for detailed git logging and status retrieval - Switched app builder workflow runner to archlinux
This commit is contained in:
@@ -128,7 +128,12 @@
|
||||
"Bash(find / -maxdepth 6 -iname \"config.yaml\" -path \"*runner*\")",
|
||||
"Read(//home/**)",
|
||||
"Bash(getent passwd *)",
|
||||
"Bash(docker context *)"
|
||||
"Bash(docker context *)",
|
||||
"Bash(git -C /mnt/data/Development/GitLite log --oneline -1 -- PKGBUILD)",
|
||||
"Bash(git -C /mnt/data/Development/GitLite show --stat HEAD -- PKGBUILD)",
|
||||
"Bash(git -C /mnt/data/Development/GitLite log --oneline -10)",
|
||||
"Bash(git -C /mnt/data/Development/GitLite status)",
|
||||
"Bash(git *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user