Skip to content

Commit 97bc3ed

Browse files
committed
minimal bitrise.yml and step.yml update
1 parent 45fc948 commit 97bc3ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitrise.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
format_version: 0.9.10
1+
format_version: 1.0.0
22
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33

44
app:
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

1113
workflows:
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:

step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: ""

0 commit comments

Comments
 (0)