We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a258bd commit 27519abCopy full SHA for 27519ab
images/xud/src.py
@@ -14,6 +14,6 @@ def get_build_args(self, version):
14
def get_ref(self, version):
15
if version == "latest":
16
# change "master" to a another xud branch for testing
17
- return "master"
+ return "temp-yy"
18
else:
19
return "v" + version
0 commit comments