Enable verbose logging

This commit is contained in:
Gerald Pinder
2024-04-06 12:37:29 -04:00
parent aef019a18c
commit b275f7ac93

View File

@@ -37,9 +37,10 @@ build-image:
DOCKER_TLS_CERTDIR: /certs
DOCKER_TLS_VERIFY: 1
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
RUST_LOG_STYLE: always
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 -v --push --squash ./config/$RECIPE
- bluebuild build -vv --push --squash ./config/$RECIPE