Skip to content

Commit

Permalink
move mac build to $TMPDIR area
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Feb 26, 2022
1 parent 516ec56 commit c0c02b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_cd/mac/mac-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ APPLE_UNAME="$2";
APPLE_PWORD="$3";


pushd /tmp/
pushd $TMPDIR
rm -rf workspace || true
mkdir workspace
cd workspace
Expand Down

0 comments on commit c0c02b1

Please sign in to comment.