nullify RUNNER_TRACKING_ID

This commit is contained in:
Dirk Wetter
2026-09-07 01:04:21 +02:00
parent b8595856cf
commit 401aa18882
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
openssl req -x509 -newkey rsa:2048 -keyout /tmp/k.pem -out /tmp/c.pem \
-days 42 -nodes -subj "/CN=localhost" \
-addext "subjectAltName=DNS:localhost,IP:127.0.0.1" >/dev/null 2>&1
openssl s_server -accept 127.0.0.1:1443 -cert /tmp/c.pem -key /tmp/k.pem \
RUNNER_TRACKING_ID="" && openssl s_server -accept 127.0.0.1:1443 -cert /tmp/c.pem -key /tmp/k.pem \
-tls1_3 -naccept 4242 >/tmp/srv.log 2>&1 &
SPID=$!
sleep 2