From 7bbe3d853f39e317a94c7111da4a22b438eedee4 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 22 Jun 2020 08:22:01 +0100 Subject: [PATCH] Fix build script indentation --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3fe44b0..4daf28d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,8 @@ steps: environment: ConnectionString: from_secret: ConnectionString - MySQLConnectionString: - from_secret: MySQLConnectionString + MySQLConnectionString: + from_secret: MySQLConnectionString commands: - chmod +x ./build.sh - ./build.sh