Compare commits

...

2 Commits

Author SHA1 Message Date
Wang Sen Di
40dd384d8a - 2025-12-16 16:03:52 +08:00
Wang Sen Di
4c39154c01 - 2025-12-16 16:02:24 +08:00

View File

@@ -3,7 +3,7 @@
set -euo pipefail set -euo pipefail
if [[ -d "/host/proc/1/" ]]; then source /apps/gitrce/hook/singleton.sh "$0"; fi # if [[ -d "/host/proc/1/" ]]; then source /apps/gitrce/hook/singleton.sh "$0"; fi
readonly CHANNEL_ID="CBYWAKOA03B5320231107102110898" readonly CHANNEL_ID="CBYWAKOA03B5320231107102110898"
readonly VENDOR="UM" readonly VENDOR="UM"
@@ -78,7 +78,7 @@ __sync_goudev_deploy() {
fi fi
fi fi
if (( _binary_refreshed )); then if ((_binary_refreshed)); then
__kill_process __kill_process
fi fi
} }