Skip to content

Commit f32886c

Browse files
moonglumFND
authored andcommitted
faucet-pipeline-images leaves beta stage
1 parent bef269c commit f32886c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/plugins.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ let DEFAULTS = [{
1515
key: "static",
1616
bucket: "static",
1717
plugin: "faucet-pipeline-static"
18+
}, {
19+
key: "images",
20+
bucket: "static",
21+
plugin: "faucet-pipeline-images"
1822
}];
1923
let DEFAULT_KEYS = DEFAULTS.reduce((memo, plugin) => {
2024
memo.add(plugin.key);

test/test_plugins.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ let DEFAULTS = {
2020
static: {
2121
bucket: "static",
2222
plugin: "faucet-pipeline-static"
23+
},
24+
images: {
25+
bucket: "static",
26+
plugin: "faucet-pipeline-images"
2327
}
2428
};
2529

0 commit comments

Comments
 (0)