Commit ff3c32e
committed
fix: use RawParam for RecipeDir in conda build job name
The job template's top-level 'name' field referenced {{Param.RecipeDir}},
but RecipeDir is a PATH parameter whose resolved value is not available in
the name field. 'openjd check' rejects the template with:
Variable Param.RecipeDir does not exist at this location.
Did you mean: RawParam.RecipeDir
Use {{RawParam.RecipeDir}}, which is the raw submitted value and is valid in
this location. The two in-script references keep using {{Param.RecipeDir}},
where PATH resolution is correct.
Signed-off-by: Stephen Crowe <6042774+crowecawcaw@users.noreply.github.com>1 parent be3fd55 commit ff3c32e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments