Skip to content

Commit

Permalink
fix(workflow pipeline): buckets run on 8004 onsite, not 8001
Browse files Browse the repository at this point in the history
  • Loading branch information
SiqiLiu43 committed Dec 20, 2022
1 parent 4b261dd commit 922a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chime_frb_api/workflow/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from chime_frb_api.workflow import Work

BASE_URLS: List[str] = ["http://frb-vsop.chime:8001", "https://frb.chimenet.ca/buckets"]
BASE_URLS: List[str] = ["http://frb-vsop.chime:8004", "https://frb.chimenet.ca/buckets"]
# Checkmark & Cross and other Unicode characters
CHECKMARK = "\u2713"
CROSS = "\u2717"
Expand Down

0 comments on commit 922a84a

Please sign in to comment.