We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f485b6 commit 5ca9daaCopy full SHA for 5ca9daa
.github/workflows/composite/setup/action.yml
@@ -2,10 +2,6 @@ name: "setup"
2
description: "Configure Ubuntu to run Cloud_Controller_NG and its tests"
3
4
inputs:
5
- BOSH_CLI_VERSION:
6
- description: "Bosh CLI Version"
7
- required: true
8
- default: 6.4.17
9
WORKING_DIRECTORY:
10
description: "The Current Work Directory from which installs specifically bundle installs should take place"
11
required: true
@@ -35,8 +31,6 @@ runs:
35
31
wget \
36
32
zip \
37
33
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
40
34
shell: bash
41
working-directory: ${{ inputs.WORKING_DIRECTORY }}
42
- name: Setup Bundler
0 commit comments