From 4b5e1a73794254f73615afdf8b3a73946a8b2ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Nu=C3=B1ez=20Romeu?= Date: Mon, 29 Jun 2026 11:00:39 +0200 Subject: [PATCH] Hotfixes --- bitrise.yml | 47 +++-------------------------------------------- 1 file changed, 3 insertions(+), 44 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index b802fe2..c5b84b5 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -29,7 +29,7 @@ workflows: inputs: - node_version: "20" - script@1: - title: Install dependencies & build frontend + title: Install dependencies, build web & sync Capacitor inputs: - content: | #!/bin/bash @@ -37,18 +37,12 @@ workflows: npm ci npm ci --prefix frontend npm run build --prefix frontend + npx cap sync test: before_run: - _setup steps: - - script@1: - title: Sync Android native project - inputs: - - content: | - #!/bin/bash - set -ex - npx cap sync android - script@1: title: Install Android SDK components inputs: @@ -70,13 +64,6 @@ workflows: before_run: - _setup steps: - - script@1: - title: Sync iOS native project - inputs: - - content: | - #!/bin/bash - set -ex - npx cap sync ios - cocoapods-install@2: inputs: - podfile_path: ios/App/Podfile @@ -94,13 +81,6 @@ workflows: before_run: - _setup steps: - - script@1: - title: Sync iOS native project - inputs: - - content: | - #!/bin/bash - set -ex - npx cap sync ios - cocoapods-install@2: inputs: - podfile_path: ios/App/Podfile @@ -121,13 +101,6 @@ workflows: before_run: - _setup steps: - - script@1: - title: Sync Android native project - inputs: - - content: | - #!/bin/bash - set -ex - npx cap sync android - script@1: title: Install Android SDK components inputs: @@ -153,13 +126,6 @@ workflows: before_run: - _setup steps: - - script@1: - title: Sync Android native project - inputs: - - content: | - #!/bin/bash - set -ex - npx cap sync android - script@1: title: Install Android SDK components inputs: @@ -179,13 +145,6 @@ workflows: - sign-apk@1: inputs: - use_apk_signer: "true" - - script@1: - title: Sync iOS native project - inputs: - - content: | - #!/bin/bash - set -ex - npx cap sync ios - cocoapods-install@2: inputs: - podfile_path: ios/App/Podfile @@ -200,4 +159,4 @@ workflows: - output_tool: xcodebuild - export_method: app-store - cache_level: swift - - deploy-to-bitrise-io@4: {} \ No newline at end of file + - deploy-to-bitrise-io@4: {}