Skip to content

Commit 5f2a2db

Browse files
committed
CI: remove unused input to copy-aws-stemcell
These may have been passed previously for tracking purposed in CI but are not currently used by this task, or any subsequent ones in CI.
1 parent 0eeebe6 commit 5f2a2db

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

ci/tasks/copy-aws-stemcell/run

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ else
1919
set -x
2020
fi
2121

22-
CONCOURSE_ROOT="$(pwd)"
23-
24-
"${CONCOURSE_ROOT}/bosh-windows-stemcell-builder-ci/ci/tasks/build-agent-zip/run.sh"
25-
"${CONCOURSE_ROOT}/bosh-windows-stemcell-builder-ci/ci/tasks/build-psmodules-zip/run.sh"
26-
2722
pushd stemcell-builder
2823
bundle install --without test
2924

ci/tasks/copy-aws-stemcell/task.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ inputs:
77
- name: version
88
- name: amis
99
- name: default-stemcell
10-
- name: bosh-agent-release
11-
- name: blobstore-dav-cli
12-
- name: blobstore-s3-cli
13-
- name: blobstore-gcs-cli
14-
- name: windows-bsdtar
15-
- name: windows-winsw
16-
1710

1811
outputs:
1912
- name: copied-regional-stemcells
@@ -30,4 +23,3 @@ params:
3023
VERSION_DIR: ../version
3124
AMIS_DIR: ../amis
3225
DEFAULT_STEMCELL_DIR: ../default-stemcell
33-
BOSH_AGENT_DIR: bosh-agent-release

0 commit comments

Comments
 (0)