-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should bbrun set environment Variable CI=true #13
Comments
I don't think so, this variable is normally used to tell whether we're executing the build scripts in the actual CI environment or in our local machines. To emulate the CI environment we can always execute |
Yes it should. the point of this tool is to simulate bitbucket pipelines. |
Reopening for discussion. Will reevaluate based on what other CLI tools are doing (circlecli CLI, travis CLI, etc...) |
Just my 2cents. But I think as an emulator of the bitbucket pipeline it should. I for instance use the presence of this variable to set up the testing environment. I agree |
I think Bitbucket use the environment Variable "CI" to indicate that the script is running on a pipeline.
Should bbrun automatically set CI to "true" ?
The text was updated successfully, but these errors were encountered: