Skip to content

Commit 8422481

Browse files
Force install
1 parent 7e28f5b commit 8422481

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/run-wordpress

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export WP_ENV_PHP_VERSION=${PHP_VERSION_FULL}
3535
npx wp-env start || exit 1
3636

3737
echo "Installing compatible plugins.."
38-
npx wp-env run tests-cli wp plugin install amazon-s3-and-cloudfront || exit 1
38+
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
3941

4042
echo "To stop, run: bin/stop-wordpress"

0 commit comments

Comments
 (0)