Add new steps for drone ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-03-17 14:18:26 +07:00
parent 0b8127c75b
commit 131b4ebe6b

View File

@ -10,17 +10,15 @@ clone:
disable: true
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
steps:
- name: fastlane
commands:
- fastlane --version
steps:
- name: flutter
commands:
- flutter --version
- flutter --version