From f6668f3521f59da52fa9c8825fcbae7978ad055a Mon Sep 17 00:00:00 2001 From: Quentin Monnier Date: Thu, 19 Jan 2023 18:37:17 +0000 Subject: [PATCH] Update job-upload.yml for testing upload --- .gitlab-ci-files/job-upload.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci-files/job-upload.yml b/.gitlab-ci-files/job-upload.yml index 31e1d1a50..da7672768 100644 --- a/.gitlab-ci-files/job-upload.yml +++ b/.gitlab-ci-files/job-upload.yml @@ -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 \ No newline at end of file + - cd app/build/outputs/apk/ && rsync ./debug/*.apk $DEPLOY_SERVER:$ANDROID_DEPLOY_DIRECTORY