mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-12 10:50:15 +00:00
6 lines
251 B
Bash
Executable file
6 lines
251 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
time crane validate --remote=buildpack.kontain.me/googlecloudplatform/buildpack-samples/sample-go:ed393d
|
|
time crane validate --remote=buildpack.kontain.me/googlecloudplatform/buildpack-samples/sample-go:ed393d
|