Adding missing commas

This commit is contained in:
Morgan Pretty 2024-02-07 14:27:08 +11:00
parent 25e044f13f
commit 309c944b6b

View File

@ -31,7 +31,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
clone_submodules, clone_submodules,
{ {
name: 'Run Unit Tests', name: 'Run Unit Tests',
pull: always pull: always,
image: docker_base + 'android', image: docker_base + 'android',
commands: [ commands: [
'./gradlew testPlayDebugUnitTestCoverageReport' './gradlew testPlayDebugUnitTestCoverageReport'
@ -49,7 +49,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
steps: [ steps: [
{ {
name: 'Poll for build artifact existence', name: 'Poll for build artifact existence',
pull: always pull: always,
image: docker_base + 'android', image: docker_base + 'android',
commands: [ commands: [
'./Scripts/drone-upload-exists.sh' './Scripts/drone-upload-exists.sh'
@ -69,7 +69,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
clone_submodules, clone_submodules,
{ {
name: 'Build', name: 'Build',
pull: always pull: always,
image: docker_base + 'android', image: docker_base + 'android',
commands: [ commands: [
'./gradlew assemblePlayDebug' './gradlew assemblePlayDebug'
@ -77,7 +77,7 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
}, },
{ {
name: 'Upload artifacts', name: 'Upload artifacts',
pull: always pull: always,
image: docker_base + 'android', image: docker_base + 'android',
environment: { SSH_KEY: { from_secret: 'SSH_KEY' } }, environment: { SSH_KEY: { from_secret: 'SSH_KEY' } },
commands: [ commands: [