macos-pipeline-drone/.drone.yml
Sambo Chea 86f0fa27da
All checks were successful
continuous-integration/drone/push Build is passing
Updated the whoami
2021-03-17 12:58:57 +07:00

23 lines
319 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: flutter
commands:
- whoami
- echo "Successfully!"