From bbada7aa5ac33fb9e6be369608c2a523afa862f2 Mon Sep 17 00:00:00 2001 From: Luke Brooker Date: Mon, 13 Mar 2017 16:30:40 +1000 Subject: [PATCH] Block deployment And also remove an extra comma and non-exisiting health endpoint --- .buildkite/pipeline.yml | 1 + bin/buildkite | 1 - packages/experience-docs/webpack.shared.config.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5fb63a8..abed054 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -13,6 +13,7 @@ steps: - wait + - block: "Deploy" - label: ":shipit: Deploy experience docs" command: "bin/buildkite bin/ci run bin/deploy-experience-docs" branches: "master release/*" diff --git a/bin/buildkite b/bin/buildkite index f43eb17..8c764fb 100755 --- a/bin/buildkite +++ b/bin/buildkite @@ -11,7 +11,6 @@ export BRANCH="${BUILDKITE_BRANCH}" export BUILD_NUMBER="${BUILDKITE_BUILD_NUMBER}" export BUILD_URL="${BUILDKITE_BUILD_URL}" export COMMIT="${BUILDKITE_COMMIT}" -export PRODUCTION_HEALTH_ENDPOINT='https://experience.everydayhero.io/health' export JOB_ID="${BUILDKITE_JOB_ID}" "$@" diff --git a/packages/experience-docs/webpack.shared.config.js b/packages/experience-docs/webpack.shared.config.js index dddc2c3..da53a67 100644 --- a/packages/experience-docs/webpack.shared.config.js +++ b/packages/experience-docs/webpack.shared.config.js @@ -8,7 +8,7 @@ module.exports = { 'process.env.BASE_PATH': `'${process.env.BASE_PATH || ''}'` }), new DotenvPlugin({ - path: `./${process.env.ENV_FILE || '.env.default'}`, + path: `./${process.env.ENV_FILE || '.env.default'}` }), new CopyWebpackPlugin([ {from: 'static'}