Cache layers again

This commit is contained in:
Gerald Pinder
2025-06-25 12:02:45 -04:00
parent f4b72966e7
commit eabb6a7f1a

View File

@@ -32,7 +32,7 @@ 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_CACHE_LAYERS: 'true' BB_CACHE_LAYERS: '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)