Skip to content

Commit a48ae90

Browse files
committed
Disable build to troubleshoot post-commit hook
1 parent 2620cc1 commit a48ae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/build_pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ echo "The following build command will be used"
7878
echo $build_cmd
7979

8080
# Kick off the build
81-
ssh-agent bash -c "ssh-add && $build_cmd"
81+
#ssh-agent bash -c "ssh-add && $build_cmd"
8282

8383
buildkite-agent annotate \
8484
--style "success" \

0 commit comments

Comments
 (0)