Skip to content
Snippets Groups Projects
Commit 5ae2daca authored by Bienchen's avatar Bienchen
Browse files

Fix bump-cersion script and Singularity file

parent 840f9886
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,6 @@ lines = open(vfile).readlines()
for i, line in enumerate(lines):
if line.startswith("From: registry.scicore.unibas.ch/schwede/openstructure:"):
lines[i] = 'From: registry.scicore.unibas.ch/schwede/openstructure:'+\
'"%s"' % version_string
'%s' % version_string
break
open(vfile, "w").writelines(lines)
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:"2.0.0"
From: registry.scicore.unibas.ch/schwede/openstructure:2.0.0
%post
##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment