From def739dec43265ecdfe46f860df463758f4ec843 Mon Sep 17 00:00:00 2001 From: Timothy Smith <31742287+timothysmith0609@users.noreply.github.com> Date: Thu, 13 Feb 2020 16:03:41 -0500 Subject: [PATCH] Fix broken BK link (#692) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 927726e35..0d23468f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -159,6 +159,6 @@ Please make sure you run the tests locally before submitting your PR (see [Runni #### Employees: Triggering CI for a contributed PR -Go to the [krane pipeline](https://buildkite.com/shopify/kubernetes-deploy) and click "New Build". Use branch `external_contrib_ci` and the specific sha of the commit you want to build. Add `BUILDKITE_REFSPEC="refs/pull/${PR_NUM}/head"` in the Environment Variables section. Since CI is only visible to Shopify employees, you will need to provide any failing tests and output to the the contributor. +Go to the [krane pipeline](https://buildkite.com/shopify/krane) and click "New Build". Use branch `external_contrib_ci` and the specific sha of the commit you want to build. Add `BUILDKITE_REFSPEC="refs/pull/${PR_NUM}/head"` in the Environment Variables section. Since CI is only visible to Shopify employees, you will need to provide any failing tests and output to the the contributor. build external contrib PR