Skip to content

Commit

Permalink
Merge pull request #803 from alphagov/188420692-bosh-cli-download-url…
Browse files Browse the repository at this point in the history
…-change

Fixed download URL for BOSH CLI
  • Loading branch information
NahomCO committed Oct 15, 2024
2 parents 14ed94b + 195f092 commit f439eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: "Install Bosh CLI ${{env.BOSH_CLI_VERSION}}"
run: |
wget "https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-${BOSH_CLI_VERSION}-linux-amd64"
wget "https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_CLI_VERSION}/bosh-cli-${BOSH_CLI_VERSION}-linux-amd64"
sudo mv "bosh-cli-${BOSH_CLI_VERSION}-linux-amd64" /usr/local/bin/bosh && chmod +x /usr/local/bin/bosh
- name: "Install Go ${{env.GO_VERSION}}"
Expand Down

0 comments on commit f439eab

Please sign in to comment.