Skip to content

Commit

Permalink
Update magefile.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sharbuz authored Mar 14, 2024
1 parent 4bda3aa commit d149c33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/packetbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ func Ironbank() error {
func TestPackages() error {
return devtools.TestPackages()
}
<<<<<<< HEAD
=======

func SystemTest(ctx context.Context) error {
mg.SerialDeps(getNpcapInstaller, devtools.BuildSystemTestBinary)
Expand Down Expand Up @@ -159,4 +157,3 @@ func getNpcapInstaller() error {
fmt.Printf("getting %s from private cache\n", installer)
return sh.RunV("gsutil", "cp", "gs://"+ciBucketName+"/private/"+installer, dstPath)
}
>>>>>>> e0d5fe5fef (Migrate xpack packetbeat (#38135))

0 comments on commit d149c33

Please sign in to comment.