Skip to content

Commit 145ee6e

Browse files
danielforselzoc
authored andcommitted
Modify rake task to get the winsw binaries from the new resource
[#187232656] Signed-off-by: Chris Selzo <[email protected]>
1 parent a827105 commit 145ee6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tasks/package/agent.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ namespace :package do
3636
FileUtils.cp(Dir.glob(File.join(ci_root_dir, 'blobstore-gcs-cli', 'bosh-gcscli-*-windows-amd64.exe')).first, File.join(deps_dir, 'bosh-blobstore-gcs.exe'))
3737
FileUtils.cp(Dir.glob(File.join(ci_root_dir, 'blobstore-dav-cli', 'davcli-*-windows-amd64.exe')).first, File.join(deps_dir, 'bosh-blobstore-dav.exe'))
3838
FileUtils.cp(Dir.glob(File.join(ci_root_dir, 'windows-bsdtar', 'tar-*.exe')).first, File.join(deps_dir, 'tar.exe'))
39-
FileUtils.cp(File.join(ci_root_dir, 'winsw-release', 'WinSW.NET461.exe'), File.join(deps_dir, 'job-service-wrapper.exe'))
40-
FileUtils.cp(File.join(ci_root_dir, 'winsw-release', 'WinSW.NET461.exe'), File.join(agent_dir_destination, 'service_wrapper.exe'))
39+
FileUtils.cp(File.join(ci_root_dir, 'windows-winsw', 'WinSW.NET461.exe'), File.join(deps_dir, 'job-service-wrapper.exe'))
40+
FileUtils.cp(File.join(ci_root_dir, 'windows-winsw', 'WinSW.NET461.exe'), File.join(agent_dir_destination, 'service_wrapper.exe'))
4141
ENV['GOPATH'] = stemcell_builder_dir
4242
Dir.chdir(File.join(stemcell_builder_dir, 'src', 'github.com', 'cloudfoundry' ,'bosh-agent')) do
4343
ENV['GOOS'] = 'windows'

0 commit comments

Comments
 (0)