From 131b4ebe6b9199a4575f4a390b7c892a8d3ebd33 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 17 Mar 2021 14:18:26 +0700 Subject: [PATCH] Add new steps for drone ci --- .drone.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9e6554e..07b783f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - flutter --version