Skip to content

Commit

Permalink
ci: Fix for multiple kapp changes (#274)
Browse files Browse the repository at this point in the history
Signed-off-by: Rashed Kamal <[email protected]>
  • Loading branch information
rashedkvm authored Mar 16, 2023
1 parent b780f4d commit e3568ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
set -o nounset
set -o pipefail
deploys=$(kapp app-change list -a service-bindings-ctrl --json | jq '.Tables[0].Rows | length')
deploys=$(kapp app-change list -a service-bindings.app --json | jq '.Tables[0].Rows | length')
if [ "$((deploys))" -gt 1 ]; then
echo "Too many app changes for the service-binding package, expected 1 found ${deploys}"
exit 1
Expand Down

0 comments on commit e3568ab

Please sign in to comment.