fix paths for bitrise

This commit is contained in:
Erik Hellman 2021-10-03 21:26:43 +02:00
parent ba529def21
commit f3822fb6bc
1 changed files with 5 additions and 5 deletions

View File

@ -123,7 +123,7 @@ workflows:
title: Do anything with Script step title: Do anything with Script step
- yarn@0: - yarn@0:
inputs: inputs:
- workdir: packages/app - workdir: apps/skolplattformen-sthlm
- command: install - command: install
- install-missing-android-tools@2: - install-missing-android-tools@2:
inputs: inputs:
@ -152,11 +152,11 @@ workflows:
title: Do anything with Script step title: Do anything with Script step
- yarn@0: - yarn@0:
inputs: inputs:
- workdir: packages/app - workdir: apps/skolplattformen-sthlm
- command: install - command: install
- yarn@0: - yarn@0:
inputs: inputs:
- workdir: packages/app - workdir: apps/skolplattformen-sthlm
- command: test - command: test
- deploy-to-bitrise-io@1: {} - deploy-to-bitrise-io@1: {}
description: Build and deploy description: Build and deploy
@ -164,7 +164,7 @@ app:
envs: envs:
- opts: - opts:
is_expand: false is_expand: false
PROJECT_LOCATION: packages/app/android PROJECT_LOCATION: apps/skolplattformen-sthlm/android
- opts: - opts:
is_expand: false is_expand: false
MODULE: app MODULE: app
@ -173,7 +173,7 @@ app:
VARIANT: debug VARIANT: debug
- opts: - opts:
is_expand: false is_expand: false
BITRISE_PROJECT_PATH: packages/app/ios/app.xcworkspace BITRISE_PROJECT_PATH: apps/skolplattformen-sthlm/ios/app.xcworkspace
- opts: - opts:
is_expand: false is_expand: false
BITRISE_SCHEME: app BITRISE_SCHEME: app