Przeglądaj źródła

Enforce limit to pipeline name length.

master
Roelf Wichertjes 2 lat temu
rodzic
commit
60ede11dd6
Podpisane przez: rewby ID klucza GPG: 4C2B6D2972EE5423
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      entrypoint.sh

+ 1
- 0
entrypoint.sh Wyświetl plik

@@ -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 &


Ładowanie…
Anuluj
Zapisz