Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Nov 1, 2024
1 parent 47f0f9d commit 8e388cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
uses: cloud-gov/cg-cli-tools@main
with:
command: >
for app in catalog-web catalog-admin catalog-fetch catalog-gather catalog-proxy
do
for app in catalog-web catalog-admin catalog-fetch catalog-gather catalog-proxy; do
app_guid=$(cf app --guid "$app")
cf curl -X POST /v3/apps/${app_guid}/actions/clear_buildpack_cache
done
Expand Down

0 comments on commit 8e388cb

Please sign in to comment.