Skip to content

Commit 00dc411

Browse files
committed
Default to turn off tests
1 parent 1a93da6 commit 00dc411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
_filter="$1"
4-
_test="${TEST:-yes}"
4+
_test="${TEST:-no}"
55
_push="$PUSH"
66

77
set -e

0 commit comments

Comments
 (0)