From a935dc6d0c562ccb986ccc33f1f86475ab8effc2 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Mon, 13 Sep 2021 14:44:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20TO=20REVERT:=20Fake-bump=20versi?= =?UTF-8?q?onName=20and=20disable=20upload=5Fto=5Fplaystore=20and=20slack?= =?UTF-8?q?=20CI=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is only in order to test the PR without adding noise. --- .circleci/config.yml | 20 ++++++++++---------- version.properties | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e600165ba985..f0413439cc50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,7 +124,7 @@ jobs: name: Build << parameters.app >> Zalpha command: | if [[ ${APP_VERSION} == *"-rc-"* ]]; then - bundle exec fastlane build_alpha app:<< parameters.app >> skip_confirm:true skip_prechecks:true upload_to_play_store:true + bundle exec fastlane build_alpha app:<< parameters.app >> skip_confirm:true skip_prechecks:true upload_to_play_store:false fi no_output_timeout: 15m - unless: @@ -134,9 +134,9 @@ jobs: name: Build << parameters.app >> Vanilla command: | if [[ ${APP_VERSION} == *"-rc-"* ]]; then - bundle exec fastlane build_beta app:<< parameters.app >> skip_confirm:true skip_prechecks:true upload_to_play_store:true + bundle exec fastlane build_beta app:<< parameters.app >> skip_confirm:true skip_prechecks:true upload_to_play_store:false else - bundle exec fastlane build_and_upload_release app:<< parameters.app >> skip_confirm:true skip_prechecks:true upload_to_play_store:true + bundle exec fastlane build_and_upload_release app:<< parameters.app >> skip_confirm:true skip_prechecks:true upload_to_play_store:false fi no_output_timeout: 15m - android/save-gradle-cache @@ -146,13 +146,13 @@ jobs: - persist_to_workspace: root: build paths: ['*.aab'] # So they are made available for the "Create GitHub Release" job - - slack/status: - include_job_number_field: false - include_project_field: false - include_visit_job_action: false - webhook: '${SLACK_BUILD_WEBHOOK}' - failure_message: '${SLACK_FAILURE_MESSAGE}' - success_message: '${SLACK_SUCCESS_MESSAGE}' + # - slack/status: + # include_job_number_field: false + # include_project_field: false + # include_visit_job_action: false + # webhook: '${SLACK_BUILD_WEBHOOK}' + # failure_message: '${SLACK_FAILURE_MESSAGE}' + # success_message: '${SLACK_SUCCESS_MESSAGE}' Create GitHub Release: executor: name: android/default diff --git a/version.properties b/version.properties index 4500b0688197..f05462e32849 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ #Mon, 30 Aug 2021 11:48:28 +0200 # Version Information for Vanilla / Release builds -versionName=18.2-rc-2 +versionName=18.2-rc-999 versionCode=1106 # Version Information for other flavors: zalpha, wasabi, jalapeno -alpha.versionName=alpha-318 +alpha.versionName=alpha-999 alpha.versionCode=1107