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

Don't output console links in CI env #7049

Merged
merged 5 commits into from Dec 4, 2021

Commits on Dec 3, 2021

  1. Don't output console links in CI env

    They are all but useless there, and are actually causing issue with GHA
    output.
    
    Fixes vimeo#7047
    weirdan committed Dec 3, 2021
    Copy the full SHA
    de30d1a View commit details
    Browse the repository at this point in the history
  2. Assume GHA env var is string

    weirdan committed Dec 3, 2021
    Copy the full SHA
    31ab860 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Capture in_ci flag earlier

    This has to happen before third-party autoloader has a chance to mess up
    global environment.
    weirdan committed Dec 4, 2021
    Copy the full SHA
    e9e60b3 View commit details
    Browse the repository at this point in the history
  2. Simplify test

    weirdan committed Dec 4, 2021
    Copy the full SHA
    693b267 View commit details
    Browse the repository at this point in the history
  3. Test link suppression in CI

    weirdan committed Dec 4, 2021
    Copy the full SHA
    e1d1ef3 View commit details
    Browse the repository at this point in the history