Fix private key export
This commit is contained in:
@@ -35,7 +35,7 @@ build-image:
|
|||||||
aud: sigstore
|
aud: sigstore
|
||||||
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 .securefiles/cosign.key)
|
- export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key)
|
||||||
script:
|
script:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- bluebuild build -v --push ./config/$RECIPE
|
- bluebuild build -v --push ./config/$RECIPE
|
||||||
|
|||||||
Reference in New Issue
Block a user