Skip to content

Commit c906af7

Browse files
committed
Try failing the pre-commit script
1 parent 53943be commit c906af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/build_pr_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -z ${GITHUB_PR_OWNER+set} ] || [ -z ${GITHUB_PR_REPO+set} ] || [ -z ${GITHU
1414
fi
1515

1616
gitHubToken=$(vault read -field=value secret/ci/elastic-docs/docs_preview_cleaner)
17-
17+
exit 1
1818
githubPublishStatus="https://api.github.com/repos/${GITHUB_PR_OWNER}/${GITHUB_PR_REPO}/statuses/${GITHUB_PR_TRIGGERED_SHA}"
1919
data='{"state":"pending","target_url":"'$BUILDKITE_BUILD_URL'","description":"Build started.","context":"buildkite/'$BUILDKITE_PIPELINE_SLUG'"}'
2020
echo "Setting buildkite/docs commit status to pending"

0 commit comments

Comments
 (0)