Disable rechunk for now
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
modules:
|
modules:
|
||||||
# - type: initramfs
|
- type: initramfs
|
||||||
- type: script
|
# - type: script
|
||||||
scripts:
|
# scripts:
|
||||||
- initramfs.sh
|
# - initramfs.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user