Skip to content
Snippets Groups Projects
Commit 82cd1c8f authored by felmer's avatar felmer
Browse files

SSDM-3377: path to ELN version.txt has changed

SVN: 36042
parent fc397aec
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ svn mkdir --parents svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1 -m
svn copy svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/branches/$1 svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2 -m "create tag $1/$2"
rm -rf elntemp
svn co --depth=immediates svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html elntemp
svn co --depth=immediates svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html elntemp
svn info svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2|grep Path|awk -F: '{print $2}'|sed -e 's/ //g' > elntemp/version.txt
svn add elntemp/version.txt
svn commit elntemp -m "Added ELN build info to tag $1/$2"
\ No newline at end of file
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