Commit 8a85bf3
committed
ci: only run "lint" in "insiders" job
Problem:
The release pipeline is blocked on the lint task because of an
environment issue (there is not actually a git secret in the source
code, this test already passed CI).
1) git-secrets
sanity check it finds secrets:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
at Context.<anonymous> (src/testLint/gitSecrets.test.ts:125:16)
Solution:
Only run lint in "insiders" job. That allows the release pipeline to
proceed.
Followup to: 6057ef41 parent dfb267d commit 8a85bf3
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
0 commit comments