Commit 5ddf8df
committed
Fix config_file path resolution after cd in deploy-viewer step
The yq call to read viewer.show-imported-depth was using a relative path
for config_file, but runs after cd into the viewer directory, so it could
not find bblocks-config.yaml. Prepend OLD_WD to resolve from the original
working directory.1 parent 6c782d9 commit 5ddf8df
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments