diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35c27c5..ce60f15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ build-image: aud: sigstore 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 .securefiles/cosign.key) + - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key) script: - sleep 5 - bluebuild build -v --push ./config/$RECIPE