Skip to content

Commit

Permalink
build: Fail for multiple kapp changes (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Rashed Kamal <krashed@vmware.com>
  • Loading branch information
rashedkvm authored Mar 8, 2023
1 parent 63f543c commit d1d27d8
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 @@ -505,7 +505,7 @@ jobs:
set -o nounset
set -o pipefail
deploys=$(kapp app-change list -a source-controller-ctrl --json | jq '.Tables[0].Rows | length')
deploys=$(kapp app-change list -a source-controller.app --json | jq '.Tables[0].Rows | length')
if [ "$((deploys))" -gt 1 ]; then
echo "Too many app changes for the source-controller package, expected 1 found ${deploys}"
exit 1
Expand Down

0 comments on commit d1d27d8

Please sign in to comment.