diff --git a/.drone.yml b/.drone.yml index 8c94a5b..5f2df67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,8 @@ steps: - git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git . - git checkout $DRONE_COMMIT -- name: test - commands: - - flutter --version +steps: + - name: flutter + commands: + - flutter --version + - echo "Successfully!"