Commit 7893afd3 authored by Archie Brentano's avatar Archie Brentano
Browse files

by isntall: create build dir if file does not exist

parent d609226c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ if [ 'dev' != "${server}" ] && [ 'drupal' = ${site} ]; then
  drush @${name}-${site} dis -y tfa
fi

mkdir ./build
[ ! -d "./build" ] && mkdir ./build
# Run behat
behat --format junit --out ./build/ --config behat-${site}.yml