Removed gitlab CI
All checks were successful
Gitea Organization/fileserver/pipeline/head This commit looks good

This commit is contained in:
2023-02-13 06:45:58 +01:00
parent 46bf74fe4f
commit 0a5dd45ba0
3 changed files with 0 additions and 115 deletions

View File

@@ -1,16 +0,0 @@
test_and_build_frontend:
image: node:latest
stage: build
cache:
key: frontend
paths:
- frontend/.yarn
- frontend/node_modules
script:
- cd frontend
- yarn install --cache-folder .yarn --frozen-lockfile
- yarn lint
- yarn build
artifacts:
paths:
- frontend/dist/