From 36b16fe84dfe8302c5027f874db9ff09b8445112 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 17 Jan 2021 11:31:31 +0000 Subject: [PATCH] Remove GitLab CI config --- .gitlab-ci.yml | 18 ------------------ README.md | 2 -- 2 files changed, 20 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9f5101d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: "node:lts-slim" - -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - .yarn - - .cache - -pages: - stage: deploy - script: - - yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000 - - npm run release - artifacts: - paths: - - public - only: - - master diff --git a/README.md b/README.md index 0651b62..f94704e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # Notes -![](https://git.theorangeone.net/repos/notes/badges/master/pipeline.svg) - Notes and stuff