فهرست منبع

chore: fix CI to use string "true" for FASTZIP

Miguel Rodriguez 2 سال پیش
والد
کامیت
d12b127c45
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -8,9 +8,9 @@ variables:
   ARTIFACT_COMPRESSION_LEVEL: "fast"
   CACHE_COMPRESSION_LEVEL: "fastest"
   CACHE_REQUEST_TIMEOUT: 5
-  # Use FASTZIP for faster compression in cache and artifacts 
+  # Use FASTZIP for faster compression in cache and artifacts (boolean)
   # https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags
-  FF_USE_FASTZIP: true
+  FF_USE_FASTZIP: 1
   
   # Our Variables
   CACHE_DIR: "$CI_PROJECT_DIR/ccache"