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