emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-real 49c8920 008/160: Removed server stage from ci/


From: ELPA Syncer
Subject: [elpa] externals/org-real 49c8920 008/160: Removed server stage from ci/cd
Date: Wed, 6 Oct 2021 16:58:04 -0400 (EDT)

branch: externals/org-real
commit 49c89203c116c44e0baed7b8f760ab3b95bc6175
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@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 07fc5b4..360659e 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

[Prev in Thread] Current Thread [Next in Thread]