Commit 0080767
committed
Fix CI go job when dashboard dist is not embedded
//go:embed all:dist fails on a bare checkout because built assets are
gitignored. Track a .gitkeep placeholder and recreate it in CI so test/vet
compile without a frontend build.1 parent 38c1adf commit 0080767
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
Whitespace-only changes.
0 commit comments