Commit 73d409a4 authored by Alberto Gonzalez Barneo's avatar Alberto Gonzalez Barneo
Browse files

Fixed wrong identation

parent f703f250
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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