From 6c30af245c10a54e8d80abe7467aaeab1bcc8833 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 21 Feb 2020 17:21:42 +0000 Subject: [PATCH] Remove buildkite pipeline Now moved to the pipelines repo --- .buildkite/pipeline.yaml | 58 ---------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 .buildkite/pipeline.yaml diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml deleted file mode 100644 index 4b2f319c8..000000000 --- a/.buildkite/pipeline.yaml +++ /dev/null @@ -1,58 +0,0 @@ -steps: - - label: ":eslint: JS Lint" - command: - - "yarn install" - - "yarn lint:js" - plugins: - - docker#v3.0.1: - image: "node:12" - - - label: ":tslint: TS Lint" - command: - - "yarn install" - - "yarn lint:ts" - plugins: - - docker#v3.0.1: - image: "node:12" - - - label: ":typescript: Types Lint" - command: - - "yarn install" - - "yarn lint:types" - plugins: - - docker#v3.0.1: - image: "node:12" - - - label: "🛠 Build" - command: - - "yarn install" - - "yarn build" - plugins: - - docker#v3.0.1: - image: "node:12" - - - label: ":jest: Tests" - command: - - "yarn install" - - "yarn test" - plugins: - - docker#v3.0.1: - image: "node:12" - - - label: "📃 Docs" - command: - - "yarn install" - - "yarn gendoc" - plugins: - - docker#v3.0.1: - image: "node:12" - - - wait - - - label: "🐴 Trigger matrix-react-sdk" - trigger: "matrix-react-sdk" - branches: "develop" - build: - branch: "develop" - message: "[js-sdk] ${BUILDKITE_MESSAGE}" - async: true