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