mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
7 lines
263 B
Bash
Executable file
7 lines
263 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
time crane validate --remote=git.kontain.me/github.com/imjasonh/kontain.me:main
|
|
# Default tag resolves to the default branch (main): same commit, cache hit.
|
|
time crane validate --remote=git.kontain.me/github.com/imjasonh/kontain.me
|