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 disable: true
steps: steps:
- name: clone - name: clone
commands: commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git . - git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
steps:
- name: fastlane - name: fastlane
commands: commands:
- fastlane --version - fastlane --version
steps:
- name: flutter - name: flutter
commands: commands:
- flutter --version - flutter --version