[librsvg: 1/7] Don't output the rust/cargo versions in all CI jobs




commit 1f0e82189dd9e96afddaa682eddb90791835291e
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Nov 17 11:54:51 2021 -0600

    Don't output the rust/cargo versions in all CI jobs
    
    I think this from when CI was first getting debugged, and having it in
    *all* jobs interferes with the msys2-mingw64 one.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/636>

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91867e49..2fc8af5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,9 +25,6 @@ stages:
 
 default:
   interruptible: true
-  before_script:
-    - rustc --version
-    - cargo --version
 
 .cache:
   variables:


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