Skip to content

Commit

Permalink
Merge pull request #130 from sdgtt/fix-manager
Browse files Browse the repository at this point in the history
Fix manager
  • Loading branch information
kimpaller authored Jan 9, 2025
2 parents 46ac525 + 5621901 commit d164a4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nebula/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ def get_gitsha(url, daily=False, linux=False, hdl=False, build_info=None):
with open(file, "a+") as f:
path = ArtifactoryPath(str(url))
props = path.properties
exp = (
"20[1-2][0-9]_[0-1][0-9]_[0-3][0-9][-_][0-2][0-9]_[0-5][0-9](_[0-5][0-9])?"
)
exp = "20[1-2][0-9]_[0-1][0-9]_[0-3][0-9][-_][0-2][0-9]_[0-5][0-9](?:_[0-5][0-9])?"

if build_info:
if build_info["Triggered by"] == "hdl":
Expand Down

0 comments on commit d164a4e

Please sign in to comment.