diff --git a/.cirrus.yml b/.cirrus.yml index dd0776b6..cc50b07e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,3 +1,7 @@ +env: + DEPLOY_RELEASE: weekly-builds + GH_TOKEN: ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c] + macos_task: # Basic metadata: name: dmg-bundle @@ -6,11 +10,6 @@ macos_task: macos_instance: image: ghcr.io/cirruslabs/macos-monterey-base:latest - # Environment variables: - env: - DEPLOY_RELEASE: weekly-builds - GH_TOKEN: ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c] - # Instructions: bundle_script: | curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh" @@ -39,8 +38,6 @@ linux_task: # Environment variables: env: - DEPLOY_RELEASE: weekly-builds - GH_TOKEN: ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c] DEBIAN_FRONTEND: noninteractive # Instructions: