Explorar o código

ci: move LDGEN_CHECK_MAPPING to configure_ci_environment.sh

Fu Hanxi %!s(int64=3) %!d(string=hai) anos
pai
achega
2484e00a94
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 0 2
      .gitlab/ci/build.yml
  2. 2 0
      tools/ci/configure_ci_environment.sh

+ 0 - 2
.gitlab/ci/build.yml

@@ -19,8 +19,6 @@
   needs:
     - job: fast_template_app
       artifacts: false
-  variables:
-    LDGEN_CHECK_MAPPING: 1
   artifacts:
     paths:
       - "**/build*/size.json"

+ 2 - 0
tools/ci/configure_ci_environment.sh

@@ -44,3 +44,5 @@ if [ "${CI_CCACHE_DISABLE_SECONDARY}" != "1" ] && [ -n "${REDIS_CACHE}" ]; then
     export CCACHE_SECONDARY_STORAGE="redis://${REDIS_CACHE}"
     echo "INFO: Using CCACHE_SECONDARY_STORAGE=${CCACHE_SECONDARY_STORAGE}"
 fi
+
+export LDGEN_CHECK_MAPPING="1"