From f3822fb6bcda3203eb7ce6996cafbd442d4ba01b Mon Sep 17 00:00:00 2001 From: Erik Hellman Date: Sun, 3 Oct 2021 21:26:43 +0200 Subject: [PATCH] fix paths for bitrise --- bitrise.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 68841196..442ce8a2 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -123,7 +123,7 @@ workflows: title: Do anything with Script step - yarn@0: inputs: - - workdir: packages/app + - workdir: apps/skolplattformen-sthlm - command: install - install-missing-android-tools@2: inputs: @@ -152,11 +152,11 @@ workflows: title: Do anything with Script step - yarn@0: inputs: - - workdir: packages/app + - workdir: apps/skolplattformen-sthlm - command: install - yarn@0: inputs: - - workdir: packages/app + - workdir: apps/skolplattformen-sthlm - command: test - deploy-to-bitrise-io@1: {} description: Build and deploy @@ -164,7 +164,7 @@ app: envs: - opts: is_expand: false - PROJECT_LOCATION: packages/app/android + PROJECT_LOCATION: apps/skolplattformen-sthlm/android - opts: is_expand: false MODULE: app @@ -173,7 +173,7 @@ app: VARIANT: debug - opts: is_expand: false - BITRISE_PROJECT_PATH: packages/app/ios/app.xcworkspace + BITRISE_PROJECT_PATH: apps/skolplattformen-sthlm/ios/app.xcworkspace - opts: is_expand: false BITRISE_SCHEME: app