1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Move the kind and integration tests to actions (#225)

This commit is contained in:
Matt Moore
2020-10-23 10:19:48 -07:00
committed by GitHub
parent 9b91035562
commit d9cc0ca9ea
5 changed files with 228 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ func main() {
}
log.Print(string(bytes))
file = filepath.Join(dp, "refs/heads/master")
file = filepath.Join(dp, "HEAD")
bytes, err = ioutil.ReadFile(file)
if err != nil {
log.Fatalf("Error reading %q: %v", file, err)