Viktor Benei
Viktor Benei
Example error: ``` +------------------------------------------------------------------------------+ | (2) [email protected] | +------------------------------------------------------------------------------+ | id: install-react-native | | version: 1.0.3 | | collection: https://github.com/bitrise-io/bitrise-steplib.git | | toolkit: bash | | time: 2017-03-29T18:41:36-07:00 | +------------------------------------------------------------------------------+...
After installing https://github.com/bitrise-io/bitrise-plugins-io from a local path when calling `bitrise plugin list` I get a `panic` : ``` bitrise plugin list panic: runtime error: invalid memory address or nil pointer...
Our first planned step toolkit / language support will be for `Go`. Considerations for new suggestions: - We at `bitrise` strongly prefer compiled & statically typed languages. We worked with...
Specify a regex for the input. E.g. if only email can be specified in the input. CON: it might be hard to solve with a reged. E.g. if you accept...
Eg when you do a typo in the yml when you write the input id/key - print a warning that the input you defined in the yml will be ignored...
declare a common interface, so that new dependency managers can be added easily and in a unified way, without duplicating e.g. `which` checks for every dep manager!
e.g.: ``` - git::https://github.com/bitrise-io/NO-REPO.git@master: ``` Even if you run it with `-ci` flag, it'll present the username+psw prompt and hang there: ``` bitrise -ci run test ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗ ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝...
As noted here https://github.com/bitrise-io/steps-xcode-test/issues/8 it would be great to have a generic solution to get at least a Step's status from another Step. This could be used to send status...
Sometimes, especially with larger DigitalOcean droplets/snapshots the `rebuild` and other actions might time out before the DO droplet would be ready. A simple, optional parameter would be nice, to be...