Skip to content

Commit

Permalink
Remove Circle, fix TTY issue in verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
amshamah419 committed Sep 8, 2024
1 parent 9d817e4 commit 8ef6a3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 128 deletions.
127 changes: 0 additions & 127 deletions .circleci/config.yml

This file was deleted.

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 -x ./gen-code.sh
bash ./gen-code.sh # Removed the '-x' for verbosity in CI
# we diff only the code
DIFF_OUT=$(git diff -- demisto_client)

Expand Down

0 comments on commit 8ef6a3f

Please sign in to comment.