Skip to content

Commit

Permalink
use api endpoint available to mch
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Jul 3, 2024
1 parent cd738e8 commit c923163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0-dev
5.0.0-mch
2 changes: 1 addition & 1 deletion lib/jfrog.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
def query() -> tuple:
try:
# GET request to the middleware
url = "https://uenv-list.svc.cscs.ch/list"
url = "https://cicd-ext-mw.cscs.ch/uenv/list"
terminal.info(f"querying jfrog at {url}")
response = requests.get(url)
response.raise_for_status()
Expand Down

0 comments on commit c923163

Please sign in to comment.