diff --git a/dev/buildbot/master/master.cfg b/dev/buildbot/master/master.cfg index 830ba553..ed6d82ce 100644 --- a/dev/buildbot/master/master.cfg +++ b/dev/buildbot/master/master.cfg @@ -630,9 +630,7 @@ def julia_builder(gitMode = 'incremental'): # Clean the install_root factory.addStep(RemoveDirectory(dir="build/install_root/Julia", haltOnFailure = True)) factory.addStep(MakeDirectory(dir='build/install_root/Julia', haltOnFailure = True)) - factory.addStep(MakeDirectory(dir='build/install_root/Julia/0.3', haltOnFailure = True)) # Copy other files - factory.addStep(ShellCommand(command=["cp", "wrappers/Julia/0.3/CoolProp.jl", "install_root/Julia/0.3"], workdir = 'build', haltOnFailure = True)) factory.addStep(ShellCommand(command=["cp", "wrappers/Julia/CoolProp.jl", "install_root/Julia/"], workdir = 'build', haltOnFailure = True)) # Upload the files - TODO: Is this the correct directory? factory.addStep(DirectoryUpload(slavesrc="install_root",masterdest=masterdestLocation,url="binaries",compress="bz2"))