macos-pipeline-drone/.drone.yml
Sambo Chea 6f177c43fb
Some checks reported errors
continuous-integration/drone/push Build was killed
Add removed platform
2021-03-17 14:39:49 +07:00

18 lines
286 B
YAML

kind: pipeline
type: exec
name: default
clone:
disable: true
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
steps:
- name: build-and-test
commands:
- yarn
- yarn test