Skip to content

Commit

Permalink
some more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Dec 17, 2024
1 parent 9eb0452 commit 2514c9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion start-vm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x
export TERM=xterm-256color
ENV_DIR=./environments/vm

Expand Down Expand Up @@ -91,6 +90,8 @@ else
fi
fi

docker ps -a

# Bring up the VMs if they're not running
echo "Bringing docker containers up"
echo "./docker/docker-compose.yml.py $CI_OPTION $IN_CONTAINER > ./docker/docker-compose.yml"
Expand Down Expand Up @@ -155,6 +156,8 @@ else
done
fi

docker ps -a


# try to find mitogen
MITOGEN_PATH=
Expand Down

0 comments on commit 2514c9b

Please sign in to comment.