Skip to content

Commit

Permalink
Testing config_split last so it deploys to sandbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Mar 30, 2017
1 parent 7ef9d7f commit 97b9b65
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions scripts/travis/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ yaml-cli update:value blt/project.yml cm.strategy none
blt ci:build:validate:test -Dcreate_alias=false -Dbehat.run-server=true -Dblt.verbose=true
drush config-export --root=docroot -y

# Test config split.
mv ${BLT_DIR}/scripts/blt/ci/internal/config_split.config_split.ci.yml config/default/
yaml-cli update:value blt/project.yml cm.strategy config-split
blt setup:config-import
drush pm-uninstall config_split --root=docroot -y

# Test core-only config management.
yaml-cli update:value blt/project.yml cm.strategy core-only
drush config-export --root=docroot -y
Expand All @@ -25,6 +19,13 @@ yaml-cli update:value blt/project.yml cm.strategy features
rm -rf config/default/*
drush config-export --root=docroot -y
blt setup:config-import
drush pm-uninstall features --root=docroot -y

# Test config split.
mv ${BLT_DIR}/scripts/blt/ci/internal/config_split.config_split.ci.yml config/default/
yaml-cli update:value blt/project.yml cm.strategy config-split
blt setup:config-import
drush pm-uninstall config_split --root=docroot -y

# Run the doctor.
blt doctor
Expand Down

0 comments on commit 97b9b65

Please sign in to comment.