Skip to content

Commit 2c03afb

Browse files
oguzkocerjkmassel
authored andcommitted
Use latest Gutenberg plugin in test server
1 parent d78cdcd commit 2c03afb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/setup-test-site.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ wp import /tmp/testdata.xml --authors=create
7171
wp plugin deactivate wordpress-importer
7272
wp plugin delete wordpress-importer
7373

74-
curl -sSL https://downloads.wordpress.org/plugin/gutenberg.21.7.0.zip -o /tmp/gutenberg.zip
75-
unzip -q /tmp/gutenberg.zip -d wp-content/plugins/
76-
wp plugin activate gutenberg
74+
wp plugin install gutenberg --activate
7775

7876
# Install custom must-use plugins for integration tests
7977
mkdir -p wp-content/mu-plugins

0 commit comments

Comments
 (0)