Skip to content

Commit 5ca9daa

Browse files
authored
Remove BOSH cli download from action.yml (#4009)
1 parent 7f485b6 commit 5ca9daa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/composite/setup/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: "setup"
22
description: "Configure Ubuntu to run Cloud_Controller_NG and its tests"
33

44
inputs:
5-
BOSH_CLI_VERSION:
6-
description: "Bosh CLI Version"
7-
required: true
8-
default: 6.4.17
95
WORKING_DIRECTORY:
106
description: "The Current Work Directory from which installs specifically bundle installs should take place"
117
required: true
@@ -35,8 +31,6 @@ runs:
3531
wget \
3632
zip \
3733
zlib1g-dev
38-
39-
sudo wget -O /usr/local/bin/bosh https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-${{ inputs.BOSH_CLI_VERSION }}-linux-amd64 && sudo chmod +x /usr/local/bin/bosh
4034
shell: bash
4135
working-directory: ${{ inputs.WORKING_DIRECTORY }}
4236
- name: Setup Bundler

0 commit comments

Comments
 (0)