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

Forward-merge branch-24.10 into branch-24.12 #396

Closed
wants to merge 2 commits into from

Commits on Sep 19, 2024

  1. Use gh nv-gha-aws CLI extension to generate credentials (#392)

    * install
    [`nv-gha-aws`](https://github.com/nv-gha-runners/gh-nv-gha-aws) CLI
    extension
    * use `nv-gha-aws` to generate credentials if `AWS_ROLE_ARN` is set
    trxcllnt authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fc6947a View commit details
    Browse the repository at this point in the history
  2. Delay submodule initiation until after branch checkout (#393)

    This fixes an issue where a submodule branch is not included in the
    history of the default branch upon first clone (where the clone
    recursively fetches the submodule) when the user passes the
    `--single-branch` argument to `clone-*`.
    
    ---------
    
    Co-authored-by: Paul Taylor <[email protected]>
    cwharris and trxcllnt authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    88c449f View commit details
    Browse the repository at this point in the history