Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Jan 13, 2025
1 parent 5af7cec commit d79a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-image/scripts/ga-typecheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source virtualenv/bin/activate
pip install pyright

cd src/${GITHUB_REPOSITORY##*/}
HEAD_REV="$(git rev-parse --abbrev-ref HEAD)"
HEAD_REV="$(git rev-parse HEAD)"
if [[ $GITHUB_REF == "master" ]]; then
BASE_REV="$(git rev-parse --abbrev-ref HEAD~)"
else
Expand Down

0 comments on commit d79a74a

Please sign in to comment.