commit 0e66e02b5e5c1638d9c43d139dbf15c27fae2441 Author: Sambo Chea Date: Wed Mar 17 12:37:20 2021 +0700 Add pipleline for macos git clone diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6d9a814 --- /dev/null +++ b/.drone.yml @@ -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!" \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..73f50c8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# macOS Pipeline via Exec \ No newline at end of file