File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/clj/wp2static_test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
(sh! " rm" " -f" zip-name :dir plugins-dir))))
45
45
(finally
46
46
(sh! " rm" " -f" zip-name :dir (str (System/getenv " HOME" ) " /Downloads/" )))))
47
- (bedrock-cli! " plugin" " activate" " wp2static" )
47
+ ; (bedrock-cli! "plugin" "activate" "wp2static")
48
48
(wp-cli! " plugin" " activate" " wp2static" )))
49
49
50
50
(defn clean-wp2static-cache! []
Original file line number Diff line number Diff line change 112
112
113
113
(defn system-map []
114
114
(component/system-map
115
- :bedrock (component/using (bedrock ) [:mariadb :php-fpm ])
115
+ ; :bedrock (component/using (bedrock) [:mariadb :php-fpm])
116
116
:mariadb (mariadb )
117
117
:nginx (component/using (nginx ) [:wordpress ])
118
118
:php-fpm (component/using (php-fpm ) [:mariadb ])
119
119
:wordpress (component/using (wordpress ) [:mariadb :php-fpm ])
120
- :wp2static (component/using (wp2static ) [:bedrock :wordpress ])))
120
+ :wp2static (component/using (wp2static ) [#_ :bedrock :wordpress ])))
121
121
122
122
(defonce system (atom nil ))
123
123
You can’t perform that action at this time.
0 commit comments