Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,6 @@ jobs:
success_message: "$COMMIT_AUTHOR's *$CIRCLE_JOB* job has succeeded \n- $COMMIT_HASH: $COMMIT_MESSAGE"
failure_message: "$COMMIT_AUTHOR's *$CIRCLE_JOB* job has failed \n- $COMMIT_HASH: $COMMIT_MESSAGE"


run_percy_tests:
<<: *defaults
steps:
- checkout

- run:
name: Percy tests
command: ./.circleci/percy-tests.sh $TERMINUS_SITE


workflows:
build_and_test:
jobs:
Expand All @@ -193,6 +182,3 @@ workflows:
- code_sniff_unit_test:
requires:
- build
- run_percy_tests:
requires:
- build_and_deploy_lfph
47 changes: 0 additions & 47 deletions .circleci/percy-tests.sh

This file was deleted.

5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"pantheon-systems/wordpress-composer": "*",
"roots/wp-password-bcrypt": "^1.0.0",
"rvtraveller/qs-composer-installer": "^1.1",
"google/apiclient":"^2.0",
"vlucas/phpdotenv": "^3.1.0",
"wpackagist-plugin/autodescription": "^4.0.1",
"wpackagist-plugin/china-video-block": "^0.2.0",
Expand Down Expand Up @@ -56,6 +57,9 @@
}
},
"extra": {
"google/apiclient-services": [
"Calendar"
],
"wordpress-install-dir": "web/wp",
"build-env": {
"install-cms": [
Expand All @@ -76,6 +80,7 @@
]
},
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
"build-assets": [
"@prepare-for-pantheon",
"composer install --no-dev --no-ansi --no-interaction --optimize-autoloader --no-progress"
Expand Down
Loading