Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Feb 3, 2025
1 parent f504527 commit 579198b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/container/build-ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EOF

export TERM="${TERM:-xterm}"

echo_red() { echo one; tput setaf 1; echo two; echo "$1"; echo three; tput sgr0; }
echo_red() { echo one && tput setaf 1 && echo two && echo "$1" && echo three && tput sgr0; }
echo_green() { tput setaf 2; echo "$1"; tput sgr0; }
echo_blue() { tput setaf 4; echo "$1"; tput sgr0; }

Expand Down Expand Up @@ -85,7 +85,7 @@ if "$RELEASE"; then
echo_red "Building release revision (master or rc--*)! Use '--no-release' for non-release revision!" && sleep 2
else
export IC_VERSION_RC_ONLY="0000000000000000000000000000000000000000"
echo_red "Building non-release revision!" && sleep 2
echo before && echo_red "Building non-release revision!" && echo after && sleep 2
fi

echo_green "foo"
Expand Down

0 comments on commit 579198b

Please sign in to comment.