##// END OF EJS Templates
packaging: Clean up call to read the version...
johbo -
r145:fe085dfd default
parent child Browse files
Show More
@@ -85,7 +85,7 b' let'
85 85 pythonLocalOverrides = self: super: {
86 86 rhodecode-enterprise-ce =
87 87 let
88 version = "${builtins.readFile ./rhodecode/VERSION}";
88 version = builtins.readFile ./rhodecode/VERSION;
89 89 linkNodeModules = ''
90 90 echo "Link node packages"
91 91 # TODO: check if this adds stuff as a dependency, closure size
General Comments 0
You need to be logged in to leave comments. Login now