Skip to content

Commit 50d240b

Browse files
Update multi_tenant_deploy.yml
1 parent 1f3c421 commit 50d240b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/multi_tenant_deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
working-directory: cloud-cap-samples-java
6767
run: |
6868
echo "Deploying to ${{ github.event.inputs.cf_space }}......"
69+
70+
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo tee /etc/apt/trusted.gpg.d/cloudfoundry.asc
71+
echo "deb https://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
72+
sudo apt update
73+
sudo apt install cf-cli
6974
7075
# Install cf CLI plugin
7176
cf install-plugin multiapps -f

0 commit comments

Comments
 (0)