mirror of https://github.com/k3s-io/k3s
Guilherme Macedo
2 years ago
committed by
GitHub
2 changed files with 31 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
set -eux |
||||||
|
|
||||||
|
./scripts/download >&2 |
||||||
|
go generate >&2 |
||||||
|
git diff |
||||||
|
|
||||||
|
exit 0 |
||||||
|
|
Loading…
Reference in new issue