From a8ffc797e28d942c6d2d36fb70d01fa2406be217 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 7 Feb 2024 14:28:03 +1100 Subject: [PATCH] Another config format fix --- .drone.jsonnet | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 2905c72d1a..c825af8074 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -31,7 +31,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/ clone_submodules, { name: 'Run Unit Tests', - pull: always, + pull: 'always', image: docker_base + 'android', commands: [ './gradlew testPlayDebugUnitTestCoverageReport' @@ -49,7 +49,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/ steps: [ { name: 'Poll for build artifact existence', - pull: always, + pull: 'always', image: docker_base + 'android', commands: [ './Scripts/drone-upload-exists.sh' @@ -69,7 +69,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/ clone_submodules, { name: 'Build', - pull: always, + pull: 'always', image: docker_base + 'android', commands: [ './gradlew assemblePlayDebug' @@ -77,7 +77,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/ }, { name: 'Upload artifacts', - pull: always, + pull: 'always', image: docker_base + 'android', environment: { SSH_KEY: { from_secret: 'SSH_KEY' } }, commands: [