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

Use maliput::test_utilities and try same branch name in actions #18

Merged
merged 3 commits into from
Nov 24, 2020

Commits on Nov 19, 2020

  1. Use maliput::test_utilities

    scpeters committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    300e101 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Try to checkout same branch in dependencies

    This implements some behavior from our Jenkins CI that
    attemps to checkout a branch of the same name in all
    dependency packages. This requires setting `fetch-depth: 0`
    in the actions/checkout steps and installing git 2.18+
    before those checkout steps. For 18.04, the git-core ppa
    is used; this will not be needed on 20.04.
    scpeters committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    2c2111e View commit details
    Browse the repository at this point in the history
  2. try without HEAD_REF

    scpeters committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    f387fa1 View commit details
    Browse the repository at this point in the history