-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix script_annotations_artifact_passing example (#786)
**Pull Request Checklist** - [x] Fixes example - [x] Tests added - [x] Documentation/examples added - [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title **Description of PR** Currently, the script annotation artifact passing example is wrong because it doesn't specify a Path in the input or use an ArtifactLoader. However, the path will not generally be used in the function, so in future we might populate this automatically. The Script guide was correct, so didn't need to change anything there. Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
- Loading branch information
1 parent
013445e
commit 650063e
Showing
3 changed files
with
20 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ spec: | |
- inputs: | ||
artifacts: | ||
- name: successor_in | ||
path: /my-path | ||
name: use-artifact | ||
script: | ||
args: | ||
|
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