Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Commitfc96980
committed
Have init script check for GitHub Actions
As well as still checking for Travis, for backward compatibilityand because experience shows that this is safe.The check can be much broader, and would be more accurate, withfewer false negatives. But a false positive can result in localdata loss because the script does hard resets on CI withoutprompting for confirmation. So for now, this just checks $TRAVISand $GITHUB_ACTIONS.Now that GHA is included, the CI workflows no longer need to set$TRAVIS when running the script, so that is removed.1 parentf094909 commitfc96980
File tree
3 files changed
+9
-4
lines changed- .github/workflows
3 files changed
+9
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 |
| |
7 | 12 |
| |
8 | 13 |
| |
| |||
29 | 34 |
| |
30 | 35 |
| |
31 | 36 |
| |
32 |
| - | |
| 37 | + | |
33 | 38 |
| |
34 | 39 |
| |
35 | 40 |
| |
|
0 commit comments
Comments
(0)