Don't cache layers

This commit is contained in:
Gerald Pinder
2025-06-20 16:27:11 -04:00
parent 81346d7faf
commit d05fef6a49
2 changed files with 4 additions and 2 deletions

View File

@@ -32,9 +32,10 @@ build-image:
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
RUST_LOG_STYLE: always
CLICOLOR_FORCE: 1
# BB_CACHE_LAYERS: '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)
script:
- sleep 5
- bluebuild build --cache-layers -S sigstore -p ./recipes/$RECIPE
- bluebuild build -S sigstore -p ./recipes/$RECIPE