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

[CI] Skip metro bump commits #19680

Closed
wants to merge 4 commits into from
Closed

Commits on Jun 13, 2018

  1. Skip yarn install on metro bump commits

    These "Bump metro@X.X" commits will fail tests on Circle because the metro package is uploaded by Circle itself from facebook/metro *after* this very same commit is processed, and hence the package is not yet available on npm.
    hramos committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    9e99ec5 View commit details
    Browse the repository at this point in the history
  2. Update config.yml

    hramos committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    dcdf11b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Update config.yml

    hramos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    1627d6c View commit details
    Browse the repository at this point in the history
  2. Fix syntax error

    hramos committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    6b7cb4b View commit details
    Browse the repository at this point in the history