We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669f921 commit 5f95beeCopy full SHA for 5f95bee
.circleci/config.yml
@@ -126,7 +126,7 @@ jobs:
126
command: |
127
mkdir -p $HOME/bin
128
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
+ curl -L "https://cli.run.pivotal.io/stable?release=linux64-binary&version=8.9.0" | tar xzv -C $HOME/bin
130
131
- add_ssh_keys # add Bastion host private keys configured in the UI
132
- run: echo $FEC_BASTION_HOST_PUBLIC_KEY >> ~/.ssh/known_hosts # copy Bastion host public key
0 commit comments