Another config format fix

pull/1413/head
Morgan Pretty 5 months ago
parent 309c944b6b
commit a8ffc797e2

@ -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: [

Loading…
Cancel
Save