Skip to content

Commit

Permalink
Forcefully commit changes to environment
Browse files Browse the repository at this point in the history
Terminus doesn't detect the changes for some reason, see
pantheon-systems/terminus#1115
  • Loading branch information
danielbachhuber committed Jun 29, 2016
1 parent 9d5548d commit fad9373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/behat-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terminus site set-connection-mode --mode=sftp
terminus wp "core install --title=$TERMINUS_ENV-$TERMINUS_SITE --url=$PANTHEON_SITE_URL --admin_user=pantheon [email protected] --admin_password=pantheon"
terminus wp "plugin install wp-native-php-sessions --activate"
terminus wp "scaffold child-theme $TERMINUS_SITE --parent_theme=twentysixteen --activate"
terminus site code commit --message="Set up WP Native Sessions and child theme for testing"
yes | terminus site code commit --message="Set up WP Native Sessions and child theme for testing"

###
# Switch to git mode for pushing the rest of the files up
Expand Down

0 comments on commit fad9373

Please sign in to comment.