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

tools/create-test-repo.sh: use subshell #500

Merged
merged 2 commits into from
Jun 2, 2023
Merged

Commits on Jun 2, 2023

  1. tools/create-test-repo.sh: use subshell

    tools/create-test-repo.sh will now enter a subshell
    immediately inside the temporary git repo directory, and reconfigure
    hatch to be able to run from that that directory.
    
    This avoids developers having to manually type the cd command to enter
    the correct temp repo after creation and having to reconfigure hatch.
    jorisroovers committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    2e792f4 View commit details
    Browse the repository at this point in the history
  2. tweaks

    jorisroovers committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    b06426c View commit details
    Browse the repository at this point in the history