File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ matrix:
16
16
if : type = pull_request OR branch = auto
17
17
18
18
- env : IMAGE=dist-x86_64-linux DEPLOY=1
19
- if : branch = try OR branch = auto
19
+ if : branch = try AND branch = auto
20
20
21
21
# "alternate" deployments, these are "nightlies" but have LLVM assertions
22
22
# turned on, they're deployed to a different location primarily for
23
23
# additional testing.
24
24
- env : IMAGE=dist-x86_64-linux DEPLOY_ALT=1
25
- if : branch = try OR branch = auto
25
+ if : branch = try AND branch = auto
26
26
27
27
- env : >
28
28
RUST_CHECK_TARGET=dist
@@ -169,7 +169,7 @@ matrix:
169
169
- env : IMAGE=x86_64-gnu-aux
170
170
if : branch = auto
171
171
- env : IMAGE=x86_64-gnu-tools
172
- if : branch = auto
172
+ if : branch = try
173
173
- env : IMAGE=x86_64-gnu-debug
174
174
if : branch = auto
175
175
- env : IMAGE=x86_64-gnu-nopt
@@ -180,7 +180,7 @@ matrix:
180
180
if : branch = auto
181
181
182
182
- stage : publish toolstate
183
- if : branch = master AND type = push
183
+ if : branch = try AND type = push
184
184
before_install : []
185
185
install : []
186
186
cache : false
You can’t perform that action at this time.
0 commit comments