mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-21 22:29:13 -04:00
10 lines
80 B
Bash
Executable file
10 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
./scripts/download >&2
|
|
go generate >&2
|
|
git diff
|
|
|
|
exit 0
|
|
|