Skip to content

Commit

Permalink
add echo to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 27, 2024
1 parent 9085c8e commit 26da642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/scripts/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
git fetch -a
current_branch=$(git rev-parse --abbrev-ref HEAD)

echo 'current branch $current_branch'
BASE_SHA=$(git merge-base origin/$GITHUB_BASE_REF $current_branch)

echo 'base sha = $BASE_SHA'

changed_files=$(git diff --name-only $BASE_SHA HEAD)

echo "All files changed:"
Expand Down

0 comments on commit 26da642

Please sign in to comment.