Add pipleline for macos git clone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2021-03-17 12:37:20 +07:00
commit 0e66e02b5e
2 changed files with 14 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git
- echo "Successfully!"

1
README.md Normal file
View File

@ -0,0 +1 @@
# macOS Pipeline via Exec