Skip to content

Commit

Permalink
Enhancement (ci): Remove use of || true from Display system info
Browse files Browse the repository at this point in the history
…commands in `build.sh` (#146)

With `set -e` only applied after the commands (as discussed in #126), changes in #115 can be reverted.
  • Loading branch information
joeltimothyoh authored Apr 17, 2023
1 parent 41ee36a commit 9604dd8
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 @@ -184,7 +184,7 @@ whoami
cat /etc/*release
lscpu
free
df -h || true
df -h
pwd
docker info
docker version
Expand Down

0 comments on commit 9604dd8

Please sign in to comment.