Hi,
I just ran this command - “bitrise run share-this-step” and there is no need to apologize :).
This is the full log -
INFO[14:57:09] bitrise runs in Secret Filtering mode
INFO[14:57:09] Running workflows: audit-this-step --> share-this-step
Switching to workflow: audit-this-step
INFO[14:57:09] Step uses latest version – Updating StepLib …
±-----------------------------------------------------------------------------+
| (0) script |
±-----------------------------------------------------------------------------+
| id: script |
| version: 1.1.6 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2020-06-11T14:57:17+05:30 |
±-----------------------------------------------------------------------------+
| |
Switching to workflow: share-this-step
±-----------------------------------------------------------------------------+
| (0) script |
±-----------------------------------------------------------------------------+
| id: script |
| version: 1.1.6 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2020-06-11T14:57:18+05:30 |
±-----------------------------------------------------------------------------+
| |
Preparing StepLib…
StepLib prepared at: /Users/sreevatsa/.stepman/step_collections/1591867639/collection
Next, call $ bitrise share create --tag [step-version-tag] --git [step-git-uri].git --stepid [step-id],
to add your Step to your forked StepLib repository (locally).
Important: you have to add the (version) tag to your Step’s repository.
Validating the Step…
cloning Step repo from (https://github.com/sreevatsa-ramya/bitrise-step-perfecto-upload-app.git ) with tag (0.0.1) to: /var/folders/20/8kvvf_pj3kg6lbfl5w_vn4nw0000gn/T/016157753
Failed to git-clone (url: https://github.com/sreevatsa-ramya/bitrise-step-perfecto-upload-app.git ) version (0.0.1), error: exit status 128
FATA[14:57:35] Bitrise share create failed, error: exit status 1
| |
±–±--------------------------------------------------------------±---------+
| x | script (exit code: 1) | 17.91 sec|
±–±--------------------------------------------------------------±---------+
| Issue tracker: https://github.com/bitrise-io/steps-script/issues |
| Source: https://github.com/bitrise-io/steps-script |
±–±--------------------------------------------------------------±---------+
±-----------------------------------------------------------------------------+
| bitrise summary |
±–±--------------------------------------------------------------±---------+
| | title | time (s) |
±–±--------------------------------------------------------------±---------+
| âś“ | script | 8.44 sec |
±–±--------------------------------------------------------------±---------+
| x | script (exit code: 1) | 17.91 sec|
±–±--------------------------------------------------------------±---------+
| Issue tracker: https://github.com/bitrise-io/steps-script/issues |
| Source: https://github.com/bitrise-io/steps-script |
±–±--------------------------------------------------------------±---------+
| Total runtime: 26.35 sec |
±-----------------------------------------------------------------------------+
Submitting anonymized usage informations…
For more information visit:
# Analytics Plugin for [Bitrise CLI](https://github.com/bitrise-io/bitrise)
Submitting anonymized usage information.
This usage helps us identify problems with the integrations.
The sent data only contains information about steps (id, version, runtime, error), **NO logs or other data is included**.
## How to use this Plugin
Can be run directly with the bitrise CLI, requires version 1.3.0 or newer.
First install the plugin:
```
bitrise plugin install --source https://github.com/bitrise-io/bitrise-plugins-analytics.git
```
After that, you can use it:
```
This file has been truncated. show original
Best Regards,
Sree