Skip to content

Commit 5f95bee

Browse files
committed
upgrade cf cli to v8.9.0
1 parent 669f921 commit 5f95bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
command: |
127127
mkdir -p $HOME/bin
128128
export PATH=$HOME/bin:$PATH
129-
curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=7.1.0" | tar xzv -C $HOME/bin
129+
curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=8.9.0" | tar xzv -C $HOME/bin
130130
131131
- add_ssh_keys # add Bastion host private keys configured in the UI
132132
- run: echo $FEC_BASTION_HOST_PUBLIC_KEY >> ~/.ssh/known_hosts # copy Bastion host public key

0 commit comments

Comments
 (0)