Skip to content

Commit e49bf4a

Browse files
committed
bitrise.yml update
1 parent 781835e commit e49bf4a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bitrise.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
44
app:
55
envs:
66
# define these in your .bitrise.secrets.yml
7-
- BITRISE_PROJECT_PATH:
8-
- BITRISE_SCHEME:
7+
- BITRISE_PROJECT_PATH: $BITRISE_PROJECT_PATH
8+
- BITRISE_SCHEME: $BITRISE_SCHEME
99
# optional
10-
- PROJECT_WORKDIR:
11-
- BITRISE_DEPLOY_DIR:
10+
- PROJECT_WORKDIR: $PROJECT_WORKDIR
11+
- BITRISE_DEPLOY_DIR: $BITRISE_DEPLOY_DIR
1212
# for force-code-sign mode also set these
13-
- BITRISE_PROVISIONING_PROFILE_ID:
14-
- BITRISE_CODE_SIGN_IDENTITY:
13+
- BITRISE_PROVISIONING_PROFILE_ID: $BITRISE_PROVISIONING_PROFILE_ID
14+
- BITRISE_CODE_SIGN_IDENTITY: $BITRISE_CODE_SIGN_IDENTITY
1515

1616
workflows:
1717
test:
@@ -30,6 +30,7 @@ workflows:
3030
inputs:
3131
- is_force_code_sign: "no"
3232
- is_clean_build: "no"
33+
# - is_clean_build: "yes"
3334
- workdir: $PROJECT_WORKDIR
3435
- output_tool: xcpretty
3536
# - output_tool: xcodebuild

0 commit comments

Comments
 (0)