bitrise-steplib / bitrise-step-pull-intermediate-files

MIT License
0 stars 2 forks source link

Skip step execution if API token is unavailable #7

Closed ofalvai closed 1 year ago

ofalvai commented 1 year ago

Checklist

Version

Requires a PATCH version update

Context

This step is not supposed to work in the first stage of a pipeline (there is nothing to pull reliably), and the token is not even generated for builds running in the first stage.

Changes

Skip execution if the token is not available, as well as print a hint for why the token is not available.

Investigation details

Decisions