Skip to content

Commit

Permalink
🚧 TO REVERT: Fake-bump versionName and disable upload_to_playstore an…
Browse files Browse the repository at this point in the history
…d slack CI actions

This is only in order to test the PR without adding noise.
  • Loading branch information
AliSoftware committed Sep 13, 2021
1 parent 4ca3621 commit a935dc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a935dc6

Please sign in to comment.