Compare commits

..

1 Commits

Author SHA1 Message Date
f006c1a8ae keep using match
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m59s
Build and release debug APK / Build APK (pull_request) Failing after 3m17s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 15s
2024-12-14 18:51:18 +01:00

View File

@ -20,7 +20,6 @@ platform :ios do
build_number = ENV["BUILD_NUMBER"]
load_asc_api_token
api_key = lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
sync_code_signing(
api_key: api_key,
@ -54,7 +53,6 @@ platform :ios do
build_number = ENV["BUILD_NUMBER"]
load_asc_api_token
api_key = lane_context[SharedValues::APP_STORE_CONNECT_API_KEY]
sync_code_signing(
api_key: api_key,