Skip to content
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

Add fallback for git branch calculation #871

Merged
merged 1 commit into from
Jan 4, 2019
Merged

Commits on Jan 4, 2019

  1. Add fallback for git branch calculation

    In some ci's, the git branch will not be present in the environment with
    the default that env-ci uses, so we need to provide a fallback. The
    fallback is either the PR's branch if present or the .git branch. This
    branch is used inside of the Engine frontend to display more information
    about the schema changes.
    
    See https://github.com/pvdlg/env-ci#caveats for a longer list of cases
    when the branch will not be present in the ci environment
    evans committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d05447d View commit details
    Browse the repository at this point in the history