mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Another config format fix
This commit is contained in:
parent
309c944b6b
commit
a8ffc797e2
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user