[tracker-miners/sam/ci-commit] ci: Correctly show SHA1 of tracker.git being built




commit 85a10b4ec517cc35fad1b89526062e012a24659d
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Sep 21 15:20:50 2020 +0200

    ci: Correctly show SHA1 of tracker.git being built

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 349060c88..c133b1549 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ stages:
     # We can build and test tracker-miners against tracker just by building
     # tracker as a submodule.
     - su tracker -c '.gitlab-ci/checkout-tracker.sh'
-    - echo "Building tracker.git commit $(git rev-parse HEAD)"
+    - echo "Building tracker.git commit $(git -C ./subprojects/tracker rev-parse HEAD)"
     - su tracker -c 'mkdir build'
     - su tracker -c 'cd build; meson .. --prefix=/usr -Dtracker_core=subproject -Db_lto=true 
-Db_coverage=true'
     - su tracker -c 'cd build; ninja'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]