1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/.drone.yml
2020-11-14 23:07:18 +07:00

13 lines
151 B
YAML

kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build-test
image: node:10.13
commands:
- yarn
- yarn install