mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-18 01:58:27 +00:00
Adding missing commas
This commit is contained in:
parent
25e044f13f
commit
309c944b6b
@ -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…
x
Reference in New Issue
Block a user