[mutter/wip/carlosg/clipboard-manager] bleh
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/clipboard-manager] bleh
- Date: Wed, 24 Apr 2019 10:16:15 +0000 (UTC)
commit f3bf7e88e9e368dde8d26a9044b1242aef340d30
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Apr 24 11:02:06 2019 +0200
bleh
https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
.gitlab-ci.yml | 2 ++
.gitlab-ci/check-commit-log.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09b0052c5..f86ffd516 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,8 @@ stages:
check-commit-log:
stage: review
+ variables:
+ GIT_DEPTH: "100"
script:
- ./.gitlab-ci/check-commit-log.sh
only:
diff --git a/.gitlab-ci/check-commit-log.sh b/.gitlab-ci/check-commit-log.sh
index ae696eb8b..d66bc23b3 100755
--- a/.gitlab-ci/check-commit-log.sh
+++ b/.gitlab-ci/check-commit-log.sh
@@ -12,7 +12,7 @@ branch_point=$(git merge-base HEAD FETCH_HEAD)
commits=$(git log --format='format:%H' $branch_point..$CI_COMMIT_SHA)
if [ -z "$commits" ]; then
- echo Commit range empty
+ echo "Commit range empty ($branch_point..$CI_COMMIT_SHA)"
exit 1
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]