We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bac51 commit 91c9142Copy full SHA for 91c9142
automated/build.sh
@@ -171,7 +171,7 @@ fi
171
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
172
chown $USER $HOME
173
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
174
- " 2>&1 | tee $SHORTNAME-build.log
+ " |& tee $SHORTNAME-build.log
175
176
# Make sure we actually need this snapshot. We used to perform this check
177
# exclusively before building. Now we perform it after as well for the case of
0 commit comments