Skip to content

Commit

Permalink
Fix YAML-cli ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Feb 6, 2017
1 parent a9a7f68 commit 1e72d20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/pipelines/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e72d20

Please sign in to comment.