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