We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a77d19 commit c7bdcfeCopy full SHA for c7bdcfe
deploy/tasks/buildah-oci-ta.yaml
@@ -399,11 +399,11 @@ spec:
399
date >> /app/netstat-output.txt
400
netstat -a >> /app/netstat-output.txt
401
echo "--------------------------------------" >> /app/netstat-output.txt
402
- sleep 30
403
done
404
EOF
405
406
chmod +x /app/capture-netstat.sh
+ nohup /app/capture-netstat.sh &
407
408
if [ "${HERMETIC}" == "true" ]; then
409
BUILDAH_ARGS+=("--pull=never")
@@ -521,7 +521,6 @@ spec:
521
ip link set lo up
522
/app/domain-proxy-client-runner &
523
client_pid=$!
524
- nohup /app/capture-netstat.sh &
525
526
527
# With expansion
0 commit comments