Skip to content

Commit

Permalink
switch xud to temp-yy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Oct 28, 2020
1 parent 8a258bd commit 27519ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/xud/src.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27519ab

Please sign in to comment.