Skip to content

Commit

Permalink
Merge branch 'develop' into hotfix/cf-check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Dec 4, 2024
2 parents 3b59b2a + d4b7f76 commit 1899311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cf-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ else
apt-get update
apt-get install curl wget gnupg2 apt-transport-https jq
fi

NEXUS_ARCHIVE="cf7-cli_7.7.13_linux_x86-64.tgz"
NEXUS_URL="https://tdp-nexus.dev.raftlabs.tech/repository/tdp-bin/cloudfoundry-cli/$NEXUS_ARCHIVE"
curl $NEXUS_URL -o $NEXUS_ARCHIVE # prefers anonymous, use of -u failed.
Expand Down

0 comments on commit 1899311

Please sign in to comment.