converter/.drone.yml
Manuel Friedli 49301621ab
All checks were successful
continuous-integration/drone the build was successful
Use version 1 of docker image
2018-09-08 01:21:46 +02:00

8 lines
162 B
YAML

pipeline:
build:
image: fritteli/headless-nodejs:1
commands:
- npm install
- npm run test:ci
- npm run e2e
- npm run build-prod