Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 27, 2024
1 parent acf3139 commit 783f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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}"
echo "base sha = ${BASE_SHA}"

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

Expand Down

0 comments on commit 783f39f

Please sign in to comment.