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

Split action steps to avoid using && on Windows #7885

Merged
merged 1 commit into from Nov 8, 2019

Commits on Nov 1, 2019

  1. Split action steps to avoid using && on Windows

    The step currently fails on `master` with the following message:
    
        gem update --system --no-document && gem update bundler --no-document
                                          ~~
        The token '&&' is not a valid statement separator in this version.
          CategoryInfo          : ParserError: (:) [], ParseException
          FullyQualifiedErrorId : InvalidEndOfLine
    ashmaroli committed Nov 1, 2019
    Copy the full SHA
    76d0f03 View commit details
    Browse the repository at this point in the history