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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user