Closed elish266 closed 3 weeks ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
This PR is instead of #4305 and #4296.
Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.
step.yml
changes compared to previous version:
--- steps/appdome-build-2secure-android/3.2.0/step.yml 2024-10-31 20:01:39
+++ steps/appdome-build-2secure-android/3.3.1/step.yml 2024-10-31 20:01:41
@@ -7,8 +7,8 @@
source_code_url: https://github.com/Appdome/bitrise-step-appdome-build-2secure-android
support_url: https://github.com/Appdome/bitrise-step-appdome-build-2secure-android/issues
-published_at: 2024-08-19T13:49:51.361285+03:00
+published_at: 2024-10-31T21:59:47.773733+02:00
source:
git: https://github.com/Appdome/bitrise-step-appdome-build-2secure-android.git
- commit: b38a88f644eea60308aa458de0d3ffdc087764e9
+ commit: e80589f229be29724f1ec848b7d0cee9ca595450
project_type_tags:
- android
@@ -104,5 +104,5 @@
value_options:
- None
- - AWS device farm
+ - AWS_device_farm
- Bitbar
- Browserstack
@@ -114,4 +114,9 @@
- Tosca
- Saucelabs
+- opts:
+ is_required: false
+ summary: File name of the workflow logs.
+ title: Workflow output logs file name
+ workflow_output_logs: null
outputs:
- APPDOME_SECURED_APK_PATH: null
@@ -143,2 +148,6 @@
summary: Local path of the Certified Secure Certificate .pdf file
title: Certified Secure Certificate .pdf file path
+- APPDOME_WORKFLOW_LOGS: null
+ opts:
+ summary: Local path of the Appdome workflow logs file
+ title: Appdome workflow logs file
What to do if the build fails?
At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed build, we ask for your patience. Maintainers of Bitrise Steplib will sort it out for you or inform you if any further action is needed.
New Pull Request Checklist
Please mark the points which you did / accept.
bitrise run test
(in the step's repository)bitrise run audit-this-step
(in the step's repository - note, if you don't have this workflow in yourbitrise.yml
, you can copy it from the step template.)