浏览代码

Enforce limit to pipeline name length.

master
Roelf Wichertjes 2 年前
父节点
当前提交
60ede11dd6
签署人:: rewby GPG 密钥 ID: 4C2B6D2972EE5423
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      entrypoint.sh

+ 1
- 0
entrypoint.sh 查看文件

@@ -69,6 +69,7 @@ case "$1" in
"pipeline")
cd pipeline
export PIPELINE_NAME="${PIPELINE_NAME:-${PIPELINE_PREFIX}-$(hostname -s)}"
export PIPELINE_NAME="${PIPELINE_NAME:0:30}"
export NO_SCREEN=1
sudo /usr/sbin/tcp-closer -4 --dport 443 --idle_time 21601000 --last_recv_limit 43200000 --interval 300 &
sudo /usr/sbin/tcp-closer -6 --dport 443 --idle_time 21601000 --last_recv_limit 43200000 --interval 300 &


正在加载...
取消
保存