Add test for drone ci in macos
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-03-17 12:48:05 +07:00
parent cc3887dfdc
commit c112f1f149

View File

@ -2,7 +2,22 @@ kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
clone:
disable: true
steps:
- name: clone
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
steps:
- name: build
commands:
- pwd
- ls
- echo "Successfully!"