macos-pipeline-drone/.drone.yml
Sambo Chea 5f897d8ad5
All checks were successful
continuous-integration/drone/push Build is passing
Updated the who
2021-03-17 14:04:41 +07:00

22 lines
286 B
YAML

kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
clone:
disable: true
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
steps:
- name: who
commands:
- whoami