Commit 252186a
committed
Configure script path in shell-related task calls in umbrella tasks
The tasks for facilitating development and validation of shell scripts were recently adjusted to target specific
scripts. After that change, it is necessary to specify the path to the script in the task call.
For the convenience of the contributor, the taskfile contains some "umbrella" tasks that call all of the tasks of a
given type. These call the shell-related tasks. Those calls were not updated at the time the shell tasks were changed to
a targeted approach so previously they were not functional.1 parent 32357d8 commit 252186a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
0 commit comments