From 1e72d20fcafedbae8e8d09d778830c1187449d82 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Mon, 6 Feb 2017 14:05:59 -0500 Subject: [PATCH] Fix YAML-cli ref. --- scripts/pipelines/run_tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/pipelines/run_tests b/scripts/pipelines/run_tests index b2fd3391d8..7815ff86e2 100644 --- a/scripts/pipelines/run_tests +++ b/scripts/pipelines/run_tests @@ -8,8 +8,7 @@ export PATH=${COMPOSER_BIN}:$PATH composer validate --no-check-all --ansi # The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site. -drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888' -echo 'test! yay!' +yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888' blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.launch-phantomjs=true -Dbehat.tags='~experimental' -Dblt.verbose=true ci:build:validate:test set +v