[tracker] ci: Fix coverity info upload
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] ci: Fix coverity info upload
- Date: Thu, 10 Dec 2020 15:25:56 +0000 (UTC)
commit 011d335a80471c6c6ab53f1ceecf46c2f2b56b30
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Dec 10 16:22:50 2020 +0100
ci: Fix coverity info upload
This is now looking in the wrong directory, we are already inside the
coverity-build directory there.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 795f23347..7d9a6cf90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,7 +93,7 @@ coverity:
- tar czf cov-int.tar.gz cov-int
- curl https://scan.coverity.com/builds?project=Tracker
--form token=$COVERITY_TOKEN --form email=carlosg gnome org
- --form file=@coverity-build/cov-int.tar.gz --form version="`git describe --tags`"
+ --form file=@cov-int.tar.gz --form version="`git describe --tags`"
--form description="gitlab CI build"
only:
- master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]