[tracker/wip/carlosg/code-style-checks] bar
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/code-style-checks] bar
- Date: Sun, 13 Jun 2021 23:35:32 +0000 (UTC)
commit bba24f30f2a9bc71a917bc4082a0fc740f4f3c2c
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Jun 14 01:21:43 2021 +0200
bar
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0a63c3ef..a0ec21793 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -181,7 +181,10 @@ check-code-style:
- build-fedora-container@x86_64
stage: code-review
script:
- - export common_parent_sha=$(diff --old-line-format='' --new-line-format='' <(git rev-list
--first-parent "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-${CI_DEFAULT_BRANCH}}") <(git rev-list
--first-parent HEAD) | head -1) ;
+ - git fetch origin ;
+ git rev-list --first-parent HEAD ;
+ export common_parent_sha=$(diff --old-line-format='' --new-line-format='' <(git rev-list
--first-parent "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-${CI_DEFAULT_BRANCH}}") <(git rev-list
--first-parent HEAD) | head -1) ;
+ echo $common_parent_sha ;
./check-style.py --sha $common_parent_sha ;
if [ $? -ne 0 ] ;
then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]