Skip to content

Commit

Permalink
install btp cli
Browse files Browse the repository at this point in the history
alperdedeoglu committed Oct 8, 2024
1 parent 9e6b646 commit f5185b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
@@ -34,6 +34,14 @@ jobs:
echo "deb [trusted=yes] https://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
sudo apt-get update
sudo apt-get install cf8-cli
# Step 6: Download and Install SAP BTP CLI
- name: Install BTP CLI
run: |
wget https://tools.hana.ondemand.com/additional/btp-cli-linux_latest.tar.gz
tar -xvzf btp-cli-linux_latest.tar.gz
mv btp /usr/local/bin
chmod +x /usr/local/bin/btp
# Step 5: Install Multiapps Plugin
- name: Install Multiapps Plugin

0 comments on commit f5185b5

Please sign in to comment.