Skip to content

Commit

Permalink
sdsd
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 28, 2024
1 parent 0426013 commit 9ffe4a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
set -e
set -o pipefail

git fetch --no-tags -all
current_branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
git fetch --no-tags origin master:master
git fetch --no-tags origin $current_branch:$current_branch

echo "current branch $current_branch"
echo "github base ref = $GITHUB_BASE_REF"
Expand Down

0 comments on commit 9ffe4a0

Please sign in to comment.