diff options
author | EuAndreh <eu@euandre.org> | 2025-03-10 14:16:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-10 14:16:15 -0300 |
commit | 04b767af6bf7ed8a0b2714af3c8546d1bb2e3f74 (patch) | |
tree | ee3dbddc32b14d87139b2d2f89fe70827e212f15 | |
parent | src/cicd-post-receive: Run cicd(8) as "cicd" user (diff) | |
download | cicd-04b767af6bf7ed8a0b2714af3c8546d1bb2e3f74.tar.gz cicd-04b767af6bf7ed8a0b2714af3c8546d1bb2e3f74.tar.xz |
src/cicd: Run as user "cicd"
-rwxr-xr-x | src/cicd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ shift $((OPTIND - 1)) for repo in "$@"; do id="$(uuid)" - cat <<-EOF | q cicd-inbox in + cat <<-EOF | sudo -u cicd q -D /var/lib/cicd cicd-inbox in repo $repo id $id now $(now) |