Skip to content

Commit

Permalink
test pr for ci changes in 6745
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Nov 2, 2021
1 parent 08852b0 commit 0fbaeaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/skaffold/skaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package main
import (
"context"
"errors"
"fmt"
"os"

"cloud.google.com/go/profiler"
Expand All @@ -31,6 +32,7 @@ import (
)

func main() {
fmt.Println("hello world!")
if _, ok := os.LookupEnv("SKAFFOLD_PROFILER"); ok {
err := profiler.Start(profiler.Config{
Service: os.Getenv("SKAFFOLD_PROFILER_SERVICE"),
Expand Down

0 comments on commit 0fbaeaf

Please sign in to comment.