Skip to content

Commit 689c740

Browse files
committed
Added clarificiation to reeadme about workdir interpolation
1 parent 104e193 commit 689c740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Example: `[ "/var/run/docker.sock:/var/run/docker.sock" ]`
437437

438438
### `expand-volume-vars` (optional, boolean, run only, unsafe)
439439

440-
When set to true, it will activate interpolation of variables in the elements of the `volumes` configuration array. When turned off (the default), attempting to use variables will fail as the literal `$VARIABLE_NAME` string will be passed to the `-v` option.
440+
When set to true, it will activate interpolation of variables in the elements of the `volumes` configuration array as well as `workdir`. When turned off (the default), attempting to use variables will fail as the literal `$VARIABLE_NAME` string will be passed to the `-v` option.
441441

442442
Environment variable interporation rules apply here. `$VARIABLE_NAME` is resolved at pipeline upload time, whereas `$$VARIABLE_NAME` is at run time. All things being equal, you likely want `$$VARIABLE_NAME`.
443443

0 commit comments

Comments
 (0)