Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BOSH cli download from action.yml #4009

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/composite/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: "setup"
description: "Configure Ubuntu to run Cloud_Controller_NG and its tests"

inputs:
BOSH_CLI_VERSION:
description: "Bosh CLI Version"
required: true
default: 6.4.17
WORKING_DIRECTORY:
description: "The Current Work Directory from which installs specifically bundle installs should take place"
required: true
Expand Down Expand Up @@ -35,8 +31,6 @@ runs:
wget \
zip \
zlib1g-dev

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
shell: bash
working-directory: ${{ inputs.WORKING_DIRECTORY }}
- name: Setup Bundler
Expand Down