Skip to content

Commit

Permalink
Adding "cd" to run vagrant-prepare-host.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Jun 28, 2016
1 parent 141cb1a commit 81e2dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/docker-launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ if [[ ! $EUID -ne 0 ]]; then
fi

echo "Running 'vagrant-prepare-host.sh' to get source code..."
cd ..
bash vagrant-prepare-host.sh $PWD $DEVSHOP_VERSION
cd tests

# Create an inventory file so we can set some variables
echo "$CONTAINER_HOSTNAME aegir_user_uid=$UID aegir_user_gid=$UID" > ../inventory
Expand Down

0 comments on commit 81e2dee

Please sign in to comment.