Skip to content

Use absolute path for -chdir

Tiger Watson requested to merge prevent-duplicate-chdir into master
fix: Use absolute path for -chdir

If TF_ROOT is a relative path and we have already
switched to it (eg. in the CI template prior to using
this script), -chdir woould previously try and switch
to a directory that doesn't exist.

#69 (closed)

Edited by Tiger Watson

Merge request reports