Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Use a newer docker image, and use 'terminus alpha:aliases' to get jus…
Browse files Browse the repository at this point in the history
…t one alias to use in our tests.
  • Loading branch information
composer-lock-update committed Sep 21, 2018
1 parent 15f22f7 commit ff1f335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
defaults: &defaults
docker:
- image: quay.io/pantheon-public/build-tools-ci:1.x
- image: quay.io/pantheon-public/build-tools-ci:2.x
working_directory: ~/example_drops_8_composer
environment:
#=========================================================================
Expand Down
4 changes: 3 additions & 1 deletion tests/scripts/run-behat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ set -ex
PATH=$PATH:~/.composer/vendor/bin

# Create a drush alias file so that Behat tests can be executed against Pantheon.
terminus aliases
terminus alpha:aliases --no-db-url --only=$TERMINUS_SITE
drush sa @pantheon.$TERMINUS_SITE.$TERMINUS_ENV

# Drush Behat driver fails without this option.
echo "\$options['strict'] = 0;" >> ~/.drush/pantheon.aliases.drushrc.php

Expand Down

1 comment on commit ff1f335

@pantheon-upstream
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created multidev environment ci-example-d8-composer#pr-168.

Visit Site

Please sign in to comment.