Skip to content

Commit 532d225

Browse files
committed
v 0.0.10
1 parent 30463ef commit 532d225

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bitrise.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
format_version: "11"
22
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
3-
issue_tracker_url: https://discord.gg/gm3mJwcNw8
43

54
app:
65
envs:
76
# If you want to share this step into a StepLib
87
- BITRISE_STEP_ID: device-cloud-for-maestro
9-
- BITRISE_STEP_VERSION: "0.0.9"
8+
- BITRISE_STEP_VERSION: "0.0.10"
109
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/devicecloud-dev/bitrise-integration.git
1110
- MY_STEPLIB_REPO_FORK_GIT_URL: [email protected]:devicecloud-dev/bitrise-integration.git
1211

@@ -26,7 +25,7 @@ workflows:
2625
files with just './some-file' in the step's code, which would
2726
work for testing the step from this directory directly
2827
but would break if the step is included in another `bitrise.yml`.
29-
run_if: true
28+
run_if: "true"
3029
inputs:
3130
- path: ./_tmp
3231
- is_create_path: true
@@ -37,7 +36,7 @@ workflows:
3736
you can overwrite it if you want to, just like we did below,
3837
but the step would use the default value specified in the `step.yml`
3938
file if you would not specify another value.
40-
run_if: true
39+
run_if: "true"
4140
inputs:
4241
- api_key: "$DEVICECLOUD_API_KEY"
4342
- app_file: "../.maestro/sample.apk"

0 commit comments

Comments
 (0)