Skip to content

Commit 27519ab

Browse files
committed
switch xud to temp-yy branch
1 parent 8a258bd commit 27519ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/xud/src.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def get_build_args(self, version):
1414
def get_ref(self, version):
1515
if version == "latest":
1616
# change "master" to a another xud branch for testing
17-
return "master"
17+
return "temp-yy"
1818
else:
1919
return "v" + version

0 commit comments

Comments
 (0)