From c112f1f14976e49bbb0801df2e891d0b556e9aff Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 17 Mar 2021 12:48:05 +0700 Subject: [PATCH] Add test for drone ci in macos --- .drone.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e1675d1..5b5cb1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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!"