File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
44app :
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
1616workflows :
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
You can’t perform that action at this time.
0 commit comments