Skip to content

Commit

Permalink
Merge pull request #343 from mozilla-it/refractr_cleanup
Browse files Browse the repository at this point in the history
cleanup_stale_refracts_and_fix_typo_in_dodo_py
  • Loading branch information
Basma1912 committed Aug 29, 2024
2 parents ea10e00 + fd1fe2b commit 56db113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def task_refractslisting():
create refracts list from loading refractr.json
"""
cmd = f"bin/refractr --output json show > {CFG.IMAGE}/refracts.json"
cmd1 = "bin/refacts-listing"
cmd1 = "bin/refracts-listing"
return {
"task_dep": [
"schema",
Expand Down
11 changes: 0 additions & 11 deletions prod-refractr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ refracts:
- mozilla-releng.net/treestatus/: treestatus.mozilla.org
status: 302

# bug 1293353
- mozilla.service-now.com/: thehub.mozilla.com
status: 302

- mozilla-services.readthedocs.io/en/latest/: docs.services.mozilla.com

# Jira SE-1354
Expand Down Expand Up @@ -305,13 +301,6 @@ refracts:
- phonebook.mozilla.org/: phonebook.mozilla.com
status: 302

# bug 1234248
- planet.firefox.com/ux/: ux.firefox.com
status: 302

# bug 1220879
- prs.mozilla.io/: prs.paas.allizom.org

# SE-1902, SE-2005, SE-3040
- ideas.mozilla.org/:
- input.mozilla.org
Expand Down

0 comments on commit 56db113

Please sign in to comment.