Skip to content

Commit

Permalink
build.sh: really fix build tee log output
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Oct 28, 2024
1 parent 97962d2 commit 9dbaf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automated/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ fi
# switch back to the current user
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
chown $USER $HOME
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS 2>&1 | tee $SHORTNAME-build.log
"
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
" 2>&1 | tee $SHORTNAME-build.log

# Make sure we actually need this snapshot. We used to perform this check
# exclusively before building. Now we perform it after as well for the case of
Expand Down

0 comments on commit 9dbaf1e

Please sign in to comment.