mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
8 lines
148 B
Bash
8 lines
148 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -euxo pipefail
|
||
|
|
|
||
|
|
time crane validate --remote=apko.kontain.me/kubectl
|
||
|
|
time crane validate --remote=apko.kontain.me/kubectl
|
||
|
|
|