Commit 96b269c
committed
fix: Default CI_USE_BUILD_INSTANCE_KEY to 1 in bootstrap_ec2
Per Adam's feedback, default the env var at the top of bootstrap_ec2
rather than in ci3.yml. This is consistent with how CI=1 is set there.
External CI (ci3-external.yml) explicitly sets it to "0" to disable
build instance key features for external contributors.1 parent 248ebc2 commit 96b269c
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments