Skip to content

Commit

Permalink
Fix the location for gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 20, 2024
1 parent b0ee9d2 commit 1d78c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fetch_nightly_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_latest_commit(
("clicperformance", "ilcsoft/clicperformance"),
("conformaltracking", "ilcsoft/conformaltracking"),
("dd4hep", "aidasoft/dd4hep"),
("ddfastshowerml", "ilcsoft/ddfastshowerml", gitlab=True),
("ddfastshowerml", "ilcsoft/ddfastshowerml"),
("ddkaltest", "ilcsoft/ddkaltest"),
("ddmarlinpandora", "ilcsoft/ddmarlinpandora"),
("delphes", "delphes/delphes"),
Expand Down Expand Up @@ -141,7 +141,7 @@ def get_latest_commit(
("sio", "ilcsoft/sio"),
]:
gitlab = False
if package in ["opendatadetector"]:
if package in ["opendatadetector", "ddfastshowerml"]:
gitlab = True
commit = get_latest_commit(package, location, date=date, gitlab=gitlab)
line = f"@{commit}"
Expand Down

0 comments on commit 1d78c13

Please sign in to comment.