We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e28f5b commit 8422481Copy full SHA for 8422481
bin/run-wordpress
@@ -35,6 +35,8 @@ export WP_ENV_PHP_VERSION=${PHP_VERSION_FULL}
35
npx wp-env start || exit 1
36
37
echo "Installing compatible plugins.."
38
-npx wp-env run tests-cli wp plugin install amazon-s3-and-cloudfront || exit 1
+
39
+## use http until wp-env support certs
40
+npx wp-env run tests-cli wp plugin install --insecure --activate --force http://downloads.wordpress.org/plugin/amazon-s3-and-cloudfront.3.2.11.zip || exit 1
41
42
echo "To stop, run: bin/stop-wordpress"
0 commit comments