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

Commit

Permalink
Using cms-install
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Mar 1, 2017
1 parent 684151b commit d0fa350
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,15 @@ dependencies:
- cgr "drush/drush:~8"
- mkdir -p ~/.terminus/plugins
- composer create-project -n -d ~/.terminus/plugins pantheon-systems/terminus-build-tools-plugin:~1
- composer create-project -d ~/.terminus/plugins pantheon-systems/terminus-composer-plugin:~1
- composer create-project -n -d ~/.terminus/plugins pantheon-systems/terminus-secrets-plugin:~1
post:
- terminus auth:login -n --machine-token="$TERMINUS_TOKEN"
- terminus build-env:delete:ci -n "$TERMINUS_SITE" --keep=2 --yes
- composer -n build-assets
- terminus env:wake -n "$TERMINUS_SITE.dev"
- terminus build-env:create -n "$TERMINUS_SITE.dev" "$TERMINUS_ENV" --yes --notify="$NOTIFY"
- |
if [ ! -f "config/system.site.yml" ] ; then
terminus drush "$TERMINUS_SITE.$TERMINUS_ENV" -- site-install --yes --site-name="$TEST_SITE_NAME" --account-mail="$ADMIN_EMAIL" --account-pass="$ADMIN_PASSWORD"
else
terminus drush "$TERMINUS_SITE.$TERMINUS_ENV" -- site-install --yes --site-name="$TEST_SITE_NAME" --account-mail="$ADMIN_EMAIL" --account-pass="$ADMIN_PASSWORD" --config-dir=../config
fi
- terminus composer cms-install
test:
override:
- run-behat
Expand Down

1 comment on commit d0fa350

@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-site-ins.

Visit Site

Please sign in to comment.