Impossible to share my step : "No step collection specified"

Hi bitrise team :slight_smile:

I’am trying to share my first step… But when i’m running :

bitrise run share-this-step

I have got the following message :

FATA[13:47:08] No step collection specified

I don’t exactly what it means…
My step is here for information : https://github.com/kawaiseb/bitrise-step-wetransfer-upload/blob/master/bitrise.yml

Thanks for your help.

Set this env (MY_STEPLIB_REPO_FORK_GIT_URL) https://github.com/kawaiseb/bitrise-step-wetransfer-upload/blob/master/bitrise.yml#L27 e.g. in secrets, then run again the bitrise run share-this-step workflow, that should work :wink:

P.S.: the MY_STEPLIB_REPO_FORK_GIT_URL have to be a fork of the step lib you want to share your step into, most likely into our primary one, in that case just fork https://github.com/bitrise-io/bitrise-steplib and set your fork’s git clone url.

If you’d have any questions just let us know! :slight_smile:

1 Like

Actually you can find even more details in the workflow’s description: https://github.com/kawaiseb/bitrise-step-wetransfer-upload/blob/master/bitrise.yml#L90

But of course if you’d have any questions just let us know! :wink:

1 Like

Thanks Viktor :sunny:
I forked the steplib project , changing my version etc. and made my PR :slight_smile:
Everything seems ok. Now it’s up to you eheh. Be nice with me.

Glad to hear! :slight_smile:

Don’t worry, we will :smiley:

P.S.: as this is a completely new step we’ll do a more thorough check on it, so it might take some time to accept it; subsequent step updates will be significantly faster :wink:

1 Like