Hotfixes
Build & Push Docker Images / test-backend (push) Successful in 22s
Build & Push Docker Images / test-frontend (push) Successful in 24s
Build & Push Docker Images / build-backend (push) Successful in 18s
Build & Push Docker Images / build-frontend (push) Successful in 18s

This commit is contained in:
Antoni Nuñez Romeu
2026-06-29 11:00:39 +02:00
parent 6db5b6da20
commit 4b5e1a7379
+3 -44
View File
@@ -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: {}
- deploy-to-bitrise-io@4: {}