[librsvg: 2/3] CI: Fix the clippy job to emit the code quality report in json




commit 8d03adfe9a70802dd95d755f075610ea89d35a2c
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Apr 28 20:42:53 2022 -0500

    CI: Fix the clippy job to emit the code quality report in json
    
    after_script would require ci/env.sh to be sourced first, but why not
    do it as part of the main script...
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/695>

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58a39ca0e..75488965d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -240,7 +240,6 @@ clippy:
     - cargo clippy --version
     - gitlab-clippy --version
     - cargo clippy
-  after_script:
     - cargo clippy --message-format=json | gitlab-clippy -o gl-code-quality-report.json
   artifacts:
     reports:


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