macos-pipeline-drone/.drone.yml
Sambo Chea f4b223f6eb
Some checks failed
continuous-integration/drone/push Build is failing
Fixed missing steps
2021-03-17 14:19:00 +07:00

26 lines
374 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: fastlane
commands:
- fastlane --version
- name: flutter
commands:
- flutter --version