From 4c3d8f9194544c4c746a82920e6fffceb10648ed Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 2 Jul 2021 17:14:53 -0400 Subject: [PATCH] rm .gitlab-ci.yml --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9a4871d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -stages: - - lint - - build - -lint: - stage: lint - script: | - yarn install - yarn lint - only: - - pushes - - merge_requests - - web - -tsc: - stage: build - script: | - yarn install - tsc -p tsconfig.json -noEmit - only: - - pushes - - merge_requests - - web \ No newline at end of file