diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acdbfd6..97f26bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,8 @@ build-image: DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client RUST_LOG_STYLE: always CLICOLOR_FORCE: 1 - BB_BUILD_RECHUNK: "true" - BB_BUILD_RECHUNK_CLEAR_PLAN: "true" + # BB_BUILD_RECHUNK: "true" + # BB_BUILD_RECHUNK_CLEAR_PLAN: "true" before_script: - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key) diff --git a/recipes/common/post-build.yml b/recipes/common/post-build.yml index fab4e21..821b55c 100644 --- a/recipes/common/post-build.yml +++ b/recipes/common/post-build.yml @@ -1,5 +1,5 @@ modules: - # - type: initramfs - - type: script - scripts: - - initramfs.sh + - type: initramfs + # - type: script + # scripts: + # - initramfs.sh