copybara: github source url now comes from gitea private

GitOrigin-RevId: a926ea61d8b9d744dc8175dcae310d03760f1f26
This commit is contained in:
Colin McMillen 2020-02-17 16:18:30 -05:00
parent c99a59ca51
commit 143aeb983d

View File

@ -10,7 +10,7 @@ core.workflow(
name = "github",
mode = "ITERATIVE",
origin = git.origin(
url = sourceUrlGitHub,
url = sourceUrlGitea,
ref = "master",
),
destination = git.destination(