Commit 0feb5bb 1 parent 8e4b7cd commit 0feb5bb Copy full SHA for 0feb5bb
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 12
12
## Learnings
13
13
14
14
1 . Needs to run php 7.4
15
- 2 .
15
+ 2 . Activate Posts-to-Posts after phpdoc-parser, because of clashing dependencies
Original file line number Diff line number Diff line change 45
45
"activate" : true
46
46
}
47
47
},
48
+ {
49
+ "step" : " installPlugin" ,
50
+ "pluginZipFile" : {
51
+ "resource" : " wordpress.org/plugins" ,
52
+ "slug" : " posts-to-posts"
53
+ },
54
+ "options" : {
55
+ "activate" : true
56
+ }
57
+ },
48
58
{
49
59
"step" : " writeFile" ,
50
60
"path" : " /wordpress/wporg-mu-plugins.zip" ,
84
94
"activate" : false
85
95
}
86
96
},
97
+ {
98
+ "step" : " mv" ,
99
+ "fromPath" : " /wordpress/wp-content/themes/wporg-parent-2021-build" ,
100
+ "toPath" : " /wordpress/wp-content/themes/wporg-parent-2021"
101
+ },
87
102
{
88
103
"step" : " writeFile" ,
89
- "path" : " /wordpress/wp-content/themes/wporg-parent-2021-build /functions.php" ,
104
+ "path" : " /wordpress/wp-content/themes/wporg-parent-2021/functions.php" ,
90
105
"data" : {
91
106
"resource" : " url" ,
92
107
"url" : " https://raw.githubusercontent.com/carstingaxion/gatherpress-devhub/WIP/use-build-deps/wp-content/themes/wporg-parent-2021-build/functions.php"
You can’t perform that action at this time.
0 commit comments