Update job-upload.yml for testing upload

This commit is contained in:
Quentin Monnier 2023-01-19 18:37:17 +00:00 committed by Sylvain Berfini
parent 63ac9d543f
commit f6668f3521

View file

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