We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ef976 commit 6e05d8bCopy full SHA for 6e05d8b
1 file changed
aztec-up/bin/0.0.1/install
@@ -49,7 +49,7 @@ function echo_yellow {
49
}
50
51
function timeout {
52
- if [ "${CI:-0}" -eq 1 ]; then
+ if [ "${CI:-0}" = "1" ] || [ "${CI:-0}" = "true" ]; then
53
/usr/bin/timeout "$@"
54
else
55
shift
0 commit comments