From 27519abd72919e8135566e1ab324958858d0dccb Mon Sep 17 00:00:00 2001 From: Yang Yang Date: Tue, 27 Oct 2020 04:29:03 +0800 Subject: [PATCH] switch xud to temp-yy branch --- images/xud/src.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/xud/src.py b/images/xud/src.py index 6b4c19a1a..1b17d84f3 100644 --- a/images/xud/src.py +++ b/images/xud/src.py @@ -14,6 +14,6 @@ def get_build_args(self, version): def get_ref(self, version): if version == "latest": # change "master" to a another xud branch for testing - return "master" + return "temp-yy" else: return "v" + version