Skip to content

Commit

Permalink
retry fix for cf cli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
alperdedeoglu committed Oct 7, 2024
1 parent b591edb commit 16c2f72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
# Step 4: Install CF Cli
- name: Install CF Cli
run: |
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -
wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | gpg --dearmor -o /usr/share/keyrings/cli.cloudfoundry.org.gpg
echo "deb 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 5: Install Multiapps Plugin
- name: Install Multiapps Plugin
run: |
Expand All @@ -48,7 +50,7 @@ jobs:
- name: Build MTA Archive
run: |
cd deploy/cf
mbt build
mbt build -e ./mtaext/ci.mtaext
# Step 8: Verify MTA Archive built successfully
- name: Deploy to CF
Expand Down

0 comments on commit 16c2f72

Please sign in to comment.