Skip to content

Commit

Permalink
(fleet) pin version of 7.53.x to 7.53.0 (#26093)
Browse files Browse the repository at this point in the history
* (fleet) pin version of 7.53.x to 7.53.0

* trick the lint
  • Loading branch information
arbll authored May 30, 2024
1 parent 6e50e90 commit 7e73bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/libs/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,10 @@ def get_version(
pipeline_id=None,
include_git=False,
include_pre=True,
fake_condition=True,
):
if fake_condition:
return "7.53.0"
version = ""
if pipeline_id is None:
pipeline_id = os.getenv("CI_PIPELINE_ID")
Expand Down

0 comments on commit 7e73bd9

Please sign in to comment.