File tree Expand file tree Collapse file tree 7 files changed +0
-21
lines changed
Expand file tree Collapse file tree 7 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -314,14 +314,6 @@ resources:
314314 source :
315315 bucket : bosh-gcscli-artifacts
316316 regexp : bosh-gcscli-(.*)-windows-amd64.exe
317- - name : windows-bsdtar
318- type : s3
319- source :
320- bucket : bosh-windows-dependencies
321- regexp : tar-(.*).exe
322- access_key_id : ((bosh_windows_ci_assume_aws_access_key.username))
323- secret_access_key : ((bosh_windows_ci_assume_aws_access_key.password))
324- aws_role_arn : ((bosh_windows_ci_assume_aws_access_key.role_arn))
325317- name : windows-winsw
326318 type : s3
327319 source :
@@ -649,7 +641,6 @@ jobs:
649641 - get : blobstore-dav-cli
650642 - get : blobstore-s3-cli
651643 - get : blobstore-gcs-cli
652- - get : windows-bsdtar
653644 - get : windows-winsw
654645 - task : test-stemcell-builder
655646 file : bosh-windows-stemcell-builder-ci/ci/tasks/test-stemcell-builder/task.yml
@@ -803,7 +794,6 @@ jobs:
803794 - get : blobstore-dav-cli
804795 - get : blobstore-s3-cli
805796 - get : blobstore-gcs-cli
806- - get : windows-bsdtar
807797 - get : windows-winsw
808798 - put : version
809799 inputs : detect
@@ -931,7 +921,6 @@ jobs:
931921 - get : blobstore-dav-cli
932922 - get : blobstore-s3-cli
933923 - get : blobstore-gcs-cli
934- - get : windows-bsdtar
935924 - get : windows-winsw
936925 - put : version
937926 inputs : detect
@@ -1390,7 +1379,6 @@ jobs:
13901379 - get : blobstore-dav-cli
13911380 - get : blobstore-s3-cli
13921381 - get : blobstore-gcs-cli
1393- - get : windows-bsdtar
13941382 - get : windows-winsw
13951383 - put : version
13961384 inputs : detect
@@ -1571,7 +1559,6 @@ jobs:
15711559 - get : blobstore-dav-cli
15721560 - get : blobstore-s3-cli
15731561 - get : blobstore-gcs-cli
1574- - get : windows-bsdtar
15751562 - get : windows-winsw
15761563 - task : create-aws-govcloud-stemcell
15771564 timeout : 1h30m
@@ -1732,7 +1719,6 @@ jobs:
17321719 - get : blobstore-dav-cli
17331720 - get : blobstore-s3-cli
17341721 - get : blobstore-gcs-cli
1735- - get : windows-bsdtar
17361722 - get : windows-winsw
17371723 - put : version
17381724 inputs : detect
@@ -1929,7 +1915,6 @@ jobs:
19291915 - get : blobstore-dav-cli
19301916 - get : blobstore-s3-cli
19311917 - get : blobstore-gcs-cli
1932- - get : windows-bsdtar
19331918 - get : windows-winsw
19341919 - put : version
19351920 inputs : detect
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ cp "${bosh_agent_resource_dir}/bosh-agent-pipe-${bosh_agent_resource_version}-wi
2929cp " ${CONCOURSE_ROOT} " /blobstore-gcs-cli/bosh-gcscli-* .exe " ${zip_deps_dir} /bosh-blobstore-gcs.exe"
3030cp " ${CONCOURSE_ROOT} " /blobstore-dav-cli/davcli-* .exe " ${zip_deps_dir} /bosh-blobstore-dav.exe"
3131cp " ${CONCOURSE_ROOT} " /blobstore-s3-cli/s3cli-* .exe " ${zip_deps_dir} /bosh-blobstore-s3.exe"
32- cp " ${CONCOURSE_ROOT} " /windows-bsdtar/tar-* .exe " ${zip_deps_dir} /tar.exe"
3332cp " ${CONCOURSE_ROOT} " /windows-winsw/WinSW.NET461.exe " ${zip_deps_dir} /job-service-wrapper.exe"
3433
3534pushd " ${zip_dir} "
Original file line number Diff line number Diff line change 88- name : blobstore-dav-cli
99- name : blobstore-s3-cli
1010- name : blobstore-gcs-cli
11- - name : windows-bsdtar
1211- name : windows-winsw
1312
1413outputs :
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ inputs:
1212 - name : blobstore-dav-cli
1313 - name : blobstore-s3-cli
1414 - name : blobstore-gcs-cli
15- - name : windows-bsdtar
1615 - name : windows-winsw
1716
1817outputs :
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ inputs:
1111 - name : blobstore-dav-cli
1212 - name : blobstore-s3-cli
1313 - name : blobstore-gcs-cli
14- - name : windows-bsdtar
1514 - name : windows-winsw
1615
1716
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ inputs:
1212 - name : blobstore-dav-cli
1313 - name : blobstore-s3-cli
1414 - name : blobstore-gcs-cli
15- - name : windows-bsdtar
1615 - name : windows-winsw
1716
1817outputs :
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ inputs:
1111 - name : blobstore-dav-cli
1212 - name : blobstore-s3-cli
1313 - name : blobstore-gcs-cli
14- - name : windows-bsdtar
1514 - name : windows-winsw
1615
1716run :
You can’t perform that action at this time.
0 commit comments