Skip to content

Commit e68fa65

Browse files
committed
set env variables in .cirrus.yml at the root level to reduce duplication
1 parent 612a702 commit e68fa65

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.cirrus.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
env:
2+
DEPLOY_RELEASE: weekly-builds
3+
GH_TOKEN: ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c]
4+
15
macos_task:
26
# Basic metadata:
37
name: dmg-bundle
@@ -6,11 +10,6 @@ macos_task:
610
macos_instance:
711
image: ghcr.io/cirruslabs/macos-monterey-base:latest
812

9-
# Environment variables:
10-
env:
11-
DEPLOY_RELEASE: weekly-builds
12-
GH_TOKEN: ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c]
13-
1413
# Instructions:
1514
bundle_script: |
1615
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
@@ -39,8 +38,6 @@ linux_task:
3938

4039
# Environment variables:
4140
env:
42-
DEPLOY_RELEASE: weekly-builds
43-
GH_TOKEN: ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c]
4441
DEBIAN_FRONTEND: noninteractive
4542

4643
# Instructions:

0 commit comments

Comments
 (0)