Skip to content

Commit 3a3e2a6

Browse files
committed
pass debug through a var
1 parent 6666229 commit 3a3e2a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
version=$1
44
repo=$2
55
ref=$3
6+
debug=$4
67
if [ -z "$version" ]; then
78
version="12.1"
89
fi
@@ -12,6 +13,9 @@ fi
1213
if [ -z "${ref}" ]; then
1314
ref="master"
1415
fi
16+
if [ -z "${debug}" ]; then
17+
debug=""
18+
fi
1519
set -eux
1620

1721

0 commit comments

Comments
 (0)