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
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:
+3
-44
@@ -29,7 +29,7 @@ workflows:
|
|||||||
inputs:
|
inputs:
|
||||||
- node_version: "20"
|
- node_version: "20"
|
||||||
- script@1:
|
- script@1:
|
||||||
title: Install dependencies & build frontend
|
title: Install dependencies, build web & sync Capacitor
|
||||||
inputs:
|
inputs:
|
||||||
- content: |
|
- content: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@@ -37,18 +37,12 @@ workflows:
|
|||||||
npm ci
|
npm ci
|
||||||
npm ci --prefix frontend
|
npm ci --prefix frontend
|
||||||
npm run build --prefix frontend
|
npm run build --prefix frontend
|
||||||
|
npx cap sync
|
||||||
|
|
||||||
test:
|
test:
|
||||||
before_run:
|
before_run:
|
||||||
- _setup
|
- _setup
|
||||||
steps:
|
steps:
|
||||||
- script@1:
|
|
||||||
title: Sync Android native project
|
|
||||||
inputs:
|
|
||||||
- content: |
|
|
||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
npx cap sync android
|
|
||||||
- script@1:
|
- script@1:
|
||||||
title: Install Android SDK components
|
title: Install Android SDK components
|
||||||
inputs:
|
inputs:
|
||||||
@@ -70,13 +64,6 @@ workflows:
|
|||||||
before_run:
|
before_run:
|
||||||
- _setup
|
- _setup
|
||||||
steps:
|
steps:
|
||||||
- script@1:
|
|
||||||
title: Sync iOS native project
|
|
||||||
inputs:
|
|
||||||
- content: |
|
|
||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
npx cap sync ios
|
|
||||||
- cocoapods-install@2:
|
- cocoapods-install@2:
|
||||||
inputs:
|
inputs:
|
||||||
- podfile_path: ios/App/Podfile
|
- podfile_path: ios/App/Podfile
|
||||||
@@ -94,13 +81,6 @@ workflows:
|
|||||||
before_run:
|
before_run:
|
||||||
- _setup
|
- _setup
|
||||||
steps:
|
steps:
|
||||||
- script@1:
|
|
||||||
title: Sync iOS native project
|
|
||||||
inputs:
|
|
||||||
- content: |
|
|
||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
npx cap sync ios
|
|
||||||
- cocoapods-install@2:
|
- cocoapods-install@2:
|
||||||
inputs:
|
inputs:
|
||||||
- podfile_path: ios/App/Podfile
|
- podfile_path: ios/App/Podfile
|
||||||
@@ -121,13 +101,6 @@ workflows:
|
|||||||
before_run:
|
before_run:
|
||||||
- _setup
|
- _setup
|
||||||
steps:
|
steps:
|
||||||
- script@1:
|
|
||||||
title: Sync Android native project
|
|
||||||
inputs:
|
|
||||||
- content: |
|
|
||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
npx cap sync android
|
|
||||||
- script@1:
|
- script@1:
|
||||||
title: Install Android SDK components
|
title: Install Android SDK components
|
||||||
inputs:
|
inputs:
|
||||||
@@ -153,13 +126,6 @@ workflows:
|
|||||||
before_run:
|
before_run:
|
||||||
- _setup
|
- _setup
|
||||||
steps:
|
steps:
|
||||||
- script@1:
|
|
||||||
title: Sync Android native project
|
|
||||||
inputs:
|
|
||||||
- content: |
|
|
||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
npx cap sync android
|
|
||||||
- script@1:
|
- script@1:
|
||||||
title: Install Android SDK components
|
title: Install Android SDK components
|
||||||
inputs:
|
inputs:
|
||||||
@@ -179,13 +145,6 @@ workflows:
|
|||||||
- sign-apk@1:
|
- sign-apk@1:
|
||||||
inputs:
|
inputs:
|
||||||
- use_apk_signer: "true"
|
- use_apk_signer: "true"
|
||||||
- script@1:
|
|
||||||
title: Sync iOS native project
|
|
||||||
inputs:
|
|
||||||
- content: |
|
|
||||||
#!/bin/bash
|
|
||||||
set -ex
|
|
||||||
npx cap sync ios
|
|
||||||
- cocoapods-install@2:
|
- cocoapods-install@2:
|
||||||
inputs:
|
inputs:
|
||||||
- podfile_path: ios/App/Podfile
|
- podfile_path: ios/App/Podfile
|
||||||
@@ -200,4 +159,4 @@ workflows:
|
|||||||
- output_tool: xcodebuild
|
- output_tool: xcodebuild
|
||||||
- export_method: app-store
|
- export_method: app-store
|
||||||
- cache_level: swift
|
- cache_level: swift
|
||||||
- deploy-to-bitrise-io@4: {}
|
- deploy-to-bitrise-io@4: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user