Remove GitLab CI config

This commit is contained in:
Jake Howard 2021-01-17 11:31:31 +00:00
parent 8cac2f7abf
commit 36b16fe84d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -1,5 +1,3 @@
# Notes
![](https://git.theorangeone.net/repos/notes/badges/master/pipeline.svg)
Notes and stuff