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 cb0c110 commit 718dad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#
# Apply Linter to changed files in PR

git fetch origin master:master
git fetch --no-tags origin master:master
current_branch=$(git rev-parse --abbrev-ref HEAD)

echo "current branch $current_branch"
echo "github base ref = $GITHUB_BASE_REF"
echo "github ref name= $GITHUB_REF_NAME"
echo "github ref full= $GITHUB_REF"
echo "github sha= $GITHUB_SHA"
BASE_SHA=$(git merge-base $GITHUB_BASE_REF $GITHUB_REF)
BASE_SHA=$(git merge-base $GITHUB_BASE_REF $GITHUB_SHA)

echo "base sha = ${BASE_SHA}"

Expand Down

0 comments on commit 718dad1

Please sign in to comment.