From e5347c52f835a1bb5c85ef89e0a614fd6b2c4479 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 17 Mar 2021 14:07:33 +0700 Subject: [PATCH] Updated the fastlane --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 00447ad..f4936ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: - git checkout $DRONE_COMMIT steps: - - name: who + - name: fastlane commands: - whoami + - fastlane --version