File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11format_version : " 11"
22default_step_lib_source : https://github.com/bitrise-io/bitrise-steplib.git
3- issue_tracker_url : https://discord.gg/gm3mJwcNw8
43
54app :
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.git1211
@@ -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"
You can’t perform that action at this time.
0 commit comments