Don't cache layers
This commit is contained in:
@@ -32,9 +32,10 @@ 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'
|
||||||
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)
|
||||||
script:
|
script:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- bluebuild build --cache-layers -S sigstore -p ./recipes/$RECIPE
|
- bluebuild build -S sigstore -p ./recipes/$RECIPE
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ nushell-version: none
|
|||||||
# ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix
|
# ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix
|
||||||
modules:
|
modules:
|
||||||
- type: os-release
|
- type: os-release
|
||||||
source: local
|
# source: local
|
||||||
|
source: ghcr.io/blue-build/modules/os-release:os-release
|
||||||
properties:
|
properties:
|
||||||
NAME: WunkerOS
|
NAME: WunkerOS
|
||||||
ID: wunker_os
|
ID: wunker_os
|
||||||
|
|||||||
Reference in New Issue
Block a user