converter/.drone.yml
Manuel Friedli 3c86dd857e
All checks were successful
continuous-integration/drone the build was successful
Try another docker image to speed up the build
2018-09-07 22:32:28 +02:00

7 lines
138 B
YAML

pipeline:
build:
image: tamlyn/headless-nodejs
commands:
- npm install
- npm run test:ci
- npm run build-prod