Skip to content

Commit

Permalink
Fix start-vm typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Jan 25, 2024
1 parent 9ab5776 commit 1454d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-vm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ else

# 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
echo "./docker/docker-compose.yml.py $CI_OPTION $IN_CONTAINER > ./docker/docker-compose.yml"
./docker/docker-compose.yml.py $CI_OPTION $IN_CONTAINER > ./docker/docker-compose.yml
time docker compose -f docker/docker-compose.yml up --no-recreate -d --remove-orphans

Expand Down

0 comments on commit 1454d7b

Please sign in to comment.