-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To expose this arg, we add the mechanism for reading JSON-encoded configuration, which we expect to be passed by job-runner. As such, we don't check that the JSON is valid. However, we do check that the configuration keys are correct, and report any incorrect configuration keys (e.g. typos) to the user. We don't check the configuration values are correct; doing so would require more complex code, which is probably unnecessary. We should still consider what we'd like the `config` key to look like. However, we can iterate on that problem as we add more configuration. Closes #21
- Loading branch information
1 parent
db8e384
commit 77c0d16
Showing
4 changed files
with
77 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters