Skip to content

Commit 72343bb

Browse files
export CI env var as true to skip git diff on depth=1 checkout
Signed-off-by: Peter Zhu <[email protected]>
1 parent 97e9743 commit 72343bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
set -ex
1111

12+
export CI=true
13+
1214
function usage() {
1315
echo "Usage: $0 [args]"
1416
echo ""

0 commit comments

Comments
 (0)