Skip to content
Snippets Groups Projects
Commit 9c24f8d0 authored by anttil's avatar anttil
Browse files

SSDM-3378: fix build script

SVN: 36166
parent 267ccdb7
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,6 @@ task copyResources(type: Copy, dependsOn: [compileJava, ':openbis_standard_techn
into "openBIS-server"
}
def beeReleaseTar = fileTree(dir: 'resource/beewm', include: 'bee-workflowmanager.tar.gz').getSingleFile()
def beeRelease = new File("resource/beewm/bee.version.txt").text
print "bee version: " + beeRelease + "\n"
from (tarTree(resources.gzip(beeReleaseTar))) {
into "beewm/"
exclude '**/etc/*_skeleton'
......
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