Skip to content

Commit

Permalink
fix build.sh BUILD_AND_UPLOAD log
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 24, 2024
1 parent 5852401 commit fbe93af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ BUILD_AND_UPLOAD() {
BUILT_ARTIFACT="$(
# and tee build log (from stderr) to build_${INVOCATION_NAME}.log
BUILD_IMAGE_TASKS
)" 2> >(tee "build_${INVOCATION_NAME}.log")
)" 2>&1 >(tee "build_${INVOCATION_NAME}.log")
# upload built image
cp "build_${INVOCATION_NAME}.log" "${BUILT_ARTIFACT}.log"
UPLOAD_TASKS "${BUILT_ARTIFACT}"{,.log} 2>&1
Expand Down

0 comments on commit fbe93af

Please sign in to comment.