test/delete_all.sh in ebfly-0.1.7 vs test/delete_all.sh in ebfly-0.1.8

- old
+ new

@@ -1,7 +1,10 @@ #!/bin/bash -for ss in docker09 docker10 docker13 nodejs php54 php55 python26 python27 ruby19 ruby20 ruby20-puma ruby21 ruby21-puma +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source $DIR/common.sh + +for ss in $SOLUTION_STACKS do bundle exec ./bin/ebfly env delete $ss -a ebfly-test done bundle exec ./bin/ebfly app delete ebfly-test