]> git.r.bdr.sh - rbdr/lyricli/blobdiff - .gitlab-ci.yml
Removing gitlab CI config
[rbdr/lyricli] / .gitlab-ci.yml
index e55b711bffda2ba500b1e96ef17750fa2d2aedc3..56fa677eee99383c2be83c3a357ae4b5717efe6c 100644 (file)
@@ -1,31 +1,18 @@
-image: swift:5.0.1
+image: lyriclitest/swift:5.0.1
 
 stages:
   - lint
-  - build
-  - document
-  - deploy
 
 cache:
   key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
   paths:
     - .build/
 
-before_script:
-  - gem install jazzy
-  - "./Scripts/install_sourcekitten.sh"
-  - "./Scripts/install_swiftlint.sh"
-
 lint:
   stage: lint
   script:
     - make lint
 
-build:
-  stage: build
-  script:
-    - make build
-
 document:
   stage: document
   script: