From 89241b8caec74450f580c7709c75cbce428f84d6 Mon Sep 17 00:00:00 2001 From: Ryan Wold Date: Thu, 5 Dec 2024 13:13:45 -0800 Subject: [PATCH] cf cli --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5af91e859..af62eba27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,8 +68,7 @@ jobs: - run: name: Install-cf-cli command: | - # curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github' - curl -v -L -o cf-cli_amd64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.8.3&source=github-rel' + curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github' sudo dpkg -i cf-cli_amd64.deb cf -v # collect reports @@ -94,8 +93,7 @@ jobs: - run: name: Install-cf-cli command: | - # curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github' - curl -v -L -o cf-cli_amd64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.8.3&source=github-rel' + curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github' sudo dpkg -i cf-cli_amd64.deb cf -v - run: