File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change
1
+ env :
2
+ DEPLOY_RELEASE : weekly-builds
3
+ GH_TOKEN : ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c]
4
+
1
5
macos_task :
2
6
# Basic metadata:
3
7
name : dmg-bundle
@@ -6,11 +10,6 @@ macos_task:
6
10
macos_instance :
7
11
image : ghcr.io/cirruslabs/macos-monterey-base:latest
8
12
9
- # Environment variables:
10
- env :
11
- DEPLOY_RELEASE : weekly-builds
12
- GH_TOKEN : ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c]
13
-
14
13
# Instructions:
15
14
bundle_script : |
16
15
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh"
@@ -39,8 +38,6 @@ linux_task:
39
38
40
39
# Environment variables:
41
40
env :
42
- DEPLOY_RELEASE : weekly-builds
43
- GH_TOKEN : ENCRYPTED[7a45c1bfc23b47bdf2bf67d0e5936e16314c88d0ecc3932c44e7c14df46b763362815f2522305c5c42ce09f35a219b1c]
44
41
DEBIAN_FRONTEND : noninteractive
45
42
46
43
# Instructions:
You can’t perform that action at this time.
0 commit comments