Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit ded3891

Browse files
committed
Makes plugins used in example tasks consistent
- Changed all references to publisher plugins in examples/tasks to reference "file" publisher rather than "mock-file" - Tasks are now consistent with the top-level README.md and won't run tasks that call plugins that haven't been loaded as per README instructions
1 parent 8163e12 commit ded3891

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/tasks/mock-file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"process": null,
2525
"publish": [
2626
{
27-
"plugin_name": "mock-file",
27+
"plugin_name": "file",
2828
"config": {
2929
"file": "/tmp/snap_published_mock_file.log"
3030
}

examples/tasks/mock-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
process: null
2323
publish:
2424
-
25-
plugin_name: "mock-file"
25+
plugin_name: "file"
2626
config:
2727
file: "/tmp/snap_published_mock_file.log"
2828
debug: true

examples/tasks/mock_tagged-file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"process": null,
3131
"publish": [
3232
{
33-
"plugin_name": "mock-file",
33+
"plugin_name": "file",
3434
"config": {
3535
"file": "/tmp/snap_published_mock_file.log"
3636
}

0 commit comments

Comments
 (0)