scode-eslint-config/.drone.yml
Timo Hocker e8c94afb19
All checks were successful
continuous-integration/drone/push Build is passing
switch to drone
2020-07-10 08:11:30 +02:00

21 lines
419 B
YAML

kind: pipeline
name: default
steps:
- name: setup
image: node:lts-alpine
commands:
- apk add --no-cache curl
- yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
- name: build
image: node:lts-alpine
environment:
TOKEN:
from_secret: npm_token
commands:
- echo "$TOKEN" > ~/.npmrc
- npm i -g typescript
- node ci.js