lemmy-js-client/.drone.yml

52 lines
673 B
YAML
Raw Normal View History

2021-01-20 15:12:29 +00:00
---
kind: pipeline
name: amd64
platform:
os: linux
arch: amd64
steps:
- name: yarn
image: node:14-alpine
commands:
- yarn
- name: yarn lint
image: node:14-alpine
commands:
- yarn lint
2021-01-20 15:29:21 +00:00
- name: npm
image: plugins/npm
settings:
username:
from_secret: npm_username
password:
from_secret: npm_password
email: tyhou13@gmx.com
when:
ref:
- refs/tags/*
2021-01-20 15:12:29 +00:00
---
kind: pipeline
name: arm64
platform:
os: linux
arch: arm64
steps:
- name: yarn
image: node:14-alpine
commands:
- yarn
- name: yarn lint
image: node:14-alpine
commands:
- yarn lint