Skip to content

Commit

Permalink
feat(nox,template): Add cookiecutte branch/location values
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 1, 2024
1 parent 728cb07 commit 8bf2dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.project_slug }}/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
CALMGR_URL = R"https://github.com/GeminiDRSoftware/GeminiCalMgr.git@release/1.1.x"
OBSDB_URL = R"https://github.com/GeminiDRSoftware/GeminiObsDB.git@release/1.0.x"

DRAGONS_BRANCH = "master"
DRAGONS_LOCATION = "DRAGONS/"
DRAGONS_BRANCH = "{{ cookiecutter.dragons_branch }}"
DRAGONS_LOCATION = "{{ cookiecutter.dragons_location }}"


def check_dragons_version(session: nox.Session):
Expand Down

0 comments on commit 8bf2dce

Please sign in to comment.