From cb8d0be449fcc30189a93220d7d401f3c8791d4f Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Sun, 3 Nov 2019 22:33:46 -0800 Subject: [PATCH] Remove GitLab CI config --- .gitlab-ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index d942e0c08e..0000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,31 +0,0 @@ -image: node:10 - -variables: - NODE_ENV: ci - -stages: - - test - -test_master: - stage: test - tags: - - gcloud - script: - - yarn - - yarn test - -test_staging: - stage: test - tags: - - gcloud - script: - - yarn - - NODE_ENV=ci-staging yarn test - -lint: - stage: test - tags: - - gcloud - script: - - yarn - - yarn lint