Skip to content

Commit 5c53968

Browse files
authored
repos: add config for staging environment (bug 1798536) (#226)
1 parent 46cdbea commit 5c53968

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

landoapi/repos.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ def phab_identifier(self) -> str:
229229
config_override={"fix.black:command": "black -- -"},
230230
),
231231
},
232+
"devsvcstage": {
233+
"test-repo-clone": Repo(
234+
tree="test-repo-clone",
235+
url="https://hg.mozilla.org/conduit-testing/test-repo-clone",
236+
access_group=SCM_CONDUIT,
237+
),
238+
},
232239
"devsvcprod": {
233240
"phabricator-qa-stage": Repo(
234241
tree="phabricator-qa-stage",

0 commit comments

Comments
 (0)