cat toolexec.log
This commit is contained in:
@@ -26,6 +26,12 @@ jobs:
|
||||
cd ../
|
||||
|
||||
- name: Build Grafana
|
||||
continue-on-error: true
|
||||
run: |
|
||||
make build-go
|
||||
|
||||
- name: Log toolexec
|
||||
run: |
|
||||
cat toolexec.log
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
f, err := os.OpenFile("toolexec.logger", os.O_RDWR|os.O_CREATE|os.O_APPEND, 0666)
|
||||
f, err := os.OpenFile("toolexec.log", os.O_RDWR|os.O_CREATE|os.O_APPEND, 0666)
|
||||
if err != nil {
|
||||
log.Fatalf("error opening file: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user