Skip to content

Commit

Permalink
Fix fallback when checking git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Nov 10, 2023
1 parent fe20af8 commit 0989402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ echo "========================================"
echo
echo "========================================"
echo "Current commit is:"
git log -1 || "Not a repository"
git log -1 || echo "Not a repository"
echo "========================================"
echo

Expand Down

0 comments on commit 0989402

Please sign in to comment.