mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Update job-upload.yml for testing upload
This commit is contained in:
parent
63ac9d543f
commit
f6668f3521
1 changed files with 3 additions and 3 deletions
|
|
@ -3,10 +3,10 @@ job-android-upload:
|
|||
stage: deploy
|
||||
tags: [ "deploy" ]
|
||||
|
||||
only:
|
||||
- schedules
|
||||
#only:
|
||||
#- schedules
|
||||
dependencies:
|
||||
- job-android
|
||||
|
||||
script:
|
||||
- cd app/build/outputs/apk/ && rsync ./debug/*.apk $DEPLOY_SERVER:$ANDROID_DEPLOY_DIRECTORY
|
||||
- cd app/build/outputs/apk/ && rsync ./debug/*.apk $DEPLOY_SERVER:$ANDROID_DEPLOY_DIRECTORY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue