Skip to content

Commit

Permalink
All branches, not just pr
Browse files Browse the repository at this point in the history
  • Loading branch information
amshamah419 committed Sep 8, 2024
1 parent 45330e8 commit 1a45946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# Script to run extra verifications

# Verify that code-gen.sh doesn't generate a diff
bash ./gen-code.sh # Removed the '-x' for verbosity in CI
bash ./gen-code.sh </dev/null # Ensure non-interactive mode
# we diff only the code
DIFF_OUT=$(git diff -- demisto_client)

Expand Down

0 comments on commit 1a45946

Please sign in to comment.