File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- format_version : 0.9.10
1+ format_version : 1.0.0
22default_step_lib_source : https://github.com/bitrise-io/bitrise-steplib.git
33
44app :
55 envs :
66 # define these in your .bitrise.secrets.yml
7- - BITRISE_PROJECT_PATH :
7+ - BITRISE_PROJECT_PATH :
88 - BITRISE_SCHEME :
9+ # optional
910 - BITRISE_SOURCE_DIR :
11+ - BITRISE_DEPLOY_DIR :
1012
1113workflows :
1214 test :
1315 steps :
1416 - path::./ :
15- inputs :
16- - output_dir : ./out/build
1717 - script :
1818 title : Output (generated by the Step) tests
1919 inputs :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ inputs:
4747 is_required : true
4848 is_expand : true
4949 is_dont_change_value : false
50- - output_dir : " $BITRISE_DEPLOY_DIR"
50+ - output_dir : $BITRISE_DEPLOY_DIR
5151 opts :
5252 title : " Output directory path"
5353 summary : " "
You can’t perform that action at this time.
0 commit comments