Commit e6d4a4aa authored by Dan Notestein's avatar Dan Notestein
Browse files

Fix: use git -C to avoid changing working directory

The previous code did 'cd $WORK_DIR' which caused the output file
to be written to the temp directory instead of the project directory.
This broke artifact uploads.

Use 'git -C $WORK_DIR' instead to run git commands without changing
the current directory.
parent c53bae09
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment