Skip to content

Commit

Permalink
Update phab url to be .corp
Browse files Browse the repository at this point in the history
Summary: TSIA

Test Plan: N/a

Reviewers: oazizi, michelle, #engineering

Reviewed By: michelle, #engineering

Differential Revision: https://phab.corp.pixielabs.ai/D3938

GitOrigin-RevId: cbcfece
  • Loading branch information
zasgar committed Mar 17, 2020
1 parent 5843a28 commit e3ebf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"phabricator.uri" : "https://phab.c.pixielabs.ai/",
"phabricator.uri" : "https://phab.corp.pixielabs.ai/",
"repository.callsign": "PLM",
"arc.land.onto.default": "master",
"base": "git:merge-base(origin/master), arc:prompt",
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class PhabConnector {

// NOTE: We use these without a def/type because that way Groovy will treat these as
// global variables.
phabConnector = PhabConnector.newInstance(this, 'https://phab.c.pixielabs.ai' /*url*/,
phabConnector = PhabConnector.newInstance(this, 'https://phab.corp.pixielabs.ai' /*url*/,
'PLM' /*repository*/, params.API_TOKEN, params.PHID)

// Restrict build to source code, since otherwise bazel seems to build all our deps.
Expand Down

0 comments on commit e3ebf13

Please sign in to comment.