Skip to content

Commit e98e20d

Browse files
committed
streamline
1 parent f84f3cd commit e98e20d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.buildkite/scripts/build_pr_commit_status.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ if [ -z ${GITHUB_PR_OWNER+set} ] || [ -z ${GITHUB_PR_REPO+set} ] || [ -z ${GITHU
77
exit 0
88
fi
99

10-
11-
if [ $# -lt 2 ]; then
12-
echo "Usage: $0 <state> <description>"
13-
exit 1
14-
fi
15-
1610
status_state=$1
1711
description=''
1812

0 commit comments

Comments
 (0)