Skip to content

Commit

Permalink
Chore/unlock ci action to test (#15)
Browse files Browse the repository at this point in the history
* chore(): unlock from merged state

* chore(): increment_build_number tweaks

* chore(): increment_build_number tweaks
  • Loading branch information
Dawqss authored Oct 22, 2024
1 parent 215d9d4 commit e2daba5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build-deploy-to-test-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
branches:
- master
types:
- closed
# types:
# - closed

jobs:
tsc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Pipeline
on:
pull_request:
branches:
- master
- masterDontUseMe

jobs:
tsc:
Expand Down
18 changes: 1 addition & 17 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
# For a list of all available actions, check out
#
# https://docs.fastlane.tools/actions
#
# For a list of all available plugins, check out
#
# https://docs.fastlane.tools/plugins/available-plugins
#

# Uncomment the line if you want fastlane to automatically update itself
# update_fastlane

GIT_AUTHORIZATION = ENV["GIT_AUTHORIZATION"]

default_platform(:ios)
Expand Down Expand Up @@ -46,8 +31,7 @@ platform :ios do
lane :deploy do
setup_ci

current_build_number = app_store_build_number(live: false)
increment_build_number(xcodeproj: "CkOnboardinApp.xcodeproj", build_number: current_build_number + 1)
increment_build_number(xcodeproj: "CkOnboardinApp.xcodeproj", build_number: latest_testflight_build_number + 1)

sync_code_signing(
type: "appstore",
Expand Down

0 comments on commit e2daba5

Please sign in to comment.