branch: externals/org-real
commit 4a2c3095029d166834eb4efcfafd607064671f2b
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@gmail.com>

    Removed server stage from ci/cd
---
 .gitlab-ci.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07fc5b4e7a..360659efea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,19 +2,6 @@ stages:
   - build
   - release
 
-server:
-  stage: build
-  image: node:lts-alpine
-  cache:
-    key: $CI_COMMIT_REF_SLUG
-    paths:
-      - .npm
-  before_script:
-    - npm set cache .npm
-    - npm ci
-  script:
-    - npm run quality:check
-
 package:
   stage: build
   image: silex/emacs:27

Reply via email to