From 0464439e8d9413420f895cf654e2340fbd7763fb Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 12 Jul 2023 15:05:51 +1000 Subject: [PATCH] Fixed some formatting errors --- .drone.jsonnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index e05549573..99a5857d1 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -27,7 +27,7 @@ local xcpretty_commands = [ steps: [ { name: 'submodules', commands: submodule_commands }, { name: 'xcpretty', commands: xcpretty_commands }, - { name: 'pods', commands: 'pod install' }, + { name: 'pods', commands: ['pod install'] }, { name: 'Run Unit Tests', commands: [ @@ -46,7 +46,7 @@ local xcpretty_commands = [ steps: [ { name: 'submodules', commands: submodule_commands }, { name: 'xcpretty', commands: xcpretty_commands }, - { name: 'pods', commands: 'pod install' }, + { name: 'pods', commands: ['pod install'] }, { name: 'build', commands: [ @@ -66,7 +66,7 @@ local xcpretty_commands = [ // steps: [ // { name: 'submodules', commands: submodule_commands }, // { name: 'xcpretty', commands: xcpretty_commands }, -// { name: 'pods', commands: 'pod install' }, +// { name: 'pods', commands: ['pod install'] }, // { // name: 'build', // commands: [