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

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

[elpa] externals/org-real 4a2c309502 008/188: Removed server stage from


From: ELPA Syncer
Subject: [elpa] externals/org-real 4a2c309502 008/188: Removed server stage from ci/cd
Date: Sun, 5 May 2024 22:55:48 -0400 (EDT)

branch: externals/org-real
commit 4a2c3095029d166834eb4efcfafd607064671f2b
Author: Amy Grinn <grinn.amy@gmail.com>
Commit: Amy Grinn <grinn.amy@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

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