Loading src/service/.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -154,7 +154,8 @@ unit_test service: # Mock QKD Nodes Deployment - echo "Starting stage: deploy_mock_nodes" - for port in 11111 22222 33333; do - | for port in 11111 22222 33333; do if lsof -i:$port >/dev/null 2>&1; then echo "Freeing up port $port..." fuser -k $port/tcp Loading Loading
src/service/.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -154,7 +154,8 @@ unit_test service: # Mock QKD Nodes Deployment - echo "Starting stage: deploy_mock_nodes" - for port in 11111 22222 33333; do - | for port in 11111 22222 33333; do if lsof -i:$port >/dev/null 2>&1; then echo "Freeing up port $port..." fuser -k $port/tcp Loading