Disable rechunk for now

This commit is contained in:
Gerald Pinder
2024-12-15 19:20:34 -05:00
parent 2dc57b4d04
commit 33aa70c21f
2 changed files with 6 additions and 6 deletions

View File

@@ -32,8 +32,8 @@ build-image:
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
RUST_LOG_STYLE: always RUST_LOG_STYLE: always
CLICOLOR_FORCE: 1 CLICOLOR_FORCE: 1
BB_BUILD_RECHUNK: "true" # BB_BUILD_RECHUNK: "true"
BB_BUILD_RECHUNK_CLEAR_PLAN: "true" # BB_BUILD_RECHUNK_CLEAR_PLAN: "true"
before_script: before_script:
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - 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) - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)

View File

@@ -1,5 +1,5 @@
modules: modules:
# - type: initramfs - type: initramfs
- type: script # - type: script
scripts: # scripts:
- initramfs.sh # - initramfs.sh