mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
13 lines
151 B
YAML
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
|