[gnome-panel] ci: use $GITLAB_USER_EMAIL



commit 966b94d2cd57761a74780997070183d56d153d91
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Apr 24 18:50:30 2021 +0300

    ci: use $GITLAB_USER_EMAIL

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9cc547bf1..39f7c3927 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,7 +71,7 @@ coverity:
     - ./cov-analysis-linux64-*/bin/cov-build --dir cov-int make
     - tar czf cov-int.tar.gz cov-int
     - curl --form token=$COVERITY_TOKEN
-      --form email=alberts muktupavels gmail com
+      --form email=$GITLAB_USER_EMAIL
       --form file=@cov-int.tar.gz
       --form version="$(autoconf --trace='AC_INIT:$2')-$CI_COMMIT_SHORT_SHA"
       https://scan.coverity.com/builds?project=gnome-panel


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