ci: remove drone
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
Viktor Varland 2023-11-16 09:34:30 +01:00
parent 9f7a77273f
commit 49d193bc7e
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:18
commands:
- npm install
- npm run build