diff --git a/ci/build_common.sh b/ci/build_common.sh index 1a5fbde030..ee6159474f 100755 --- a/ci/build_common.sh +++ b/ci/build_common.sh @@ -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