We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be4bd6 commit f99f513Copy full SHA for f99f513
blueprint.json
@@ -35,6 +35,16 @@
35
"activate": false
36
}
37
},
38
+ {
39
+ "step": "installPlugin",
40
+ "pluginZipFile": {
41
+ "resource": "url",
42
+ "url": "https://github-proxy.com/proxy/?repo=GatherPress/gatherpress-alpha&branch=main"
43
+ },
44
+ "options": {
45
+ "activate": false
46
+ }
47
48
{
49
"step": "installPlugin",
50
"pluginZipFile": {
@@ -149,6 +159,10 @@
149
159
150
160
"step": "wp-cli",
151
161
"command": "wp parser create '/wordpress/wp-content/plugins/gatherpress' --user=1"
162
163
164
+ "step": "wp-cli",
165
+ "command": "wp parser create '/wordpress/wp-content/plugins/gatherpress-alpha-main' --user=1"
152
166
153
167
]
154
168
0 commit comments