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

Commit

Permalink
Makes plugins used in example tasks consistent
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
kjang96 committed Aug 24, 2016
1 parent 8163e12 commit ded3891
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tasks/mock-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"process": null,
"publish": [
{
"plugin_name": "mock-file",
"plugin_name": "file",
"config": {
"file": "/tmp/snap_published_mock_file.log"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/tasks/mock-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
process: null
publish:
-
plugin_name: "mock-file"
plugin_name: "file"
config:
file: "/tmp/snap_published_mock_file.log"
debug: true
2 changes: 1 addition & 1 deletion examples/tasks/mock_tagged-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"process": null,
"publish": [
{
"plugin_name": "mock-file",
"plugin_name": "file",
"config": {
"file": "/tmp/snap_published_mock_file.log"
}
Expand Down

0 comments on commit ded3891

Please sign in to comment.