X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/6a628388c496987819ef26bda1a99595bce2b1d5..040b91a7a5b085f8aa0bec3580bf7d68450e6fc9:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebe400d..04ec6ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,6 @@ image: lyriclitest/swift:5.0.1 stages: - lint - - build - - document - - deploy cache: key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA} @@ -15,24 +12,3 @@ lint: stage: lint script: - make lint - -build: - stage: build - script: - - make build - -document: - stage: document - script: - - make document - artifacts: - paths: - - docs - -pages: - stage: deploy - script: - - mv docs public - artifacts: - paths: - - public