File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ 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 = auto
20
20
21
21
# "alternate" deployments, these are "nightlies" but don't have assertions
22
22
# turned on, they're deployed to a different location primarily for projects
23
23
# which are stuck on nightly and don't want llvm assertions in the artifacts
24
24
# that they use.
25
25
- env : IMAGE=dist-x86_64-linux DEPLOY_ALT=1
26
- if : branch = auto
26
+ if : branch = try OR branch = auto
27
27
28
28
- env : >
29
29
RUST_CHECK_TARGET=dist
@@ -314,7 +314,7 @@ deploy:
314
314
secure : " kUGd3t7JcVWFESgIlzvsM8viZgCA9Encs3creW0xLJaLSeI1iVjlJK4h/2/nO6y224AFrh/GUfsNr4/4AlxPuYb8OU5oC5Lv+Ff2JiRDYtuNpyQSKAQp+bRYytWMtrmhja91h118Mbm90cUfcLPwkdiINgJNTXhPKg5Cqu3VYn0="
315
315
on :
316
316
branch : try
317
- condition : $DEPLOY = 1
317
+ condition : $DEPLOY_ALT = 1
318
318
319
319
# this is the same as the above deployment provider except that it uploads to
320
320
# a slightly different directory and has a different trigger
You can’t perform that action at this time.
0 commit comments