Skip to content

Commit

Permalink
(fix)bdd: update operator manifest url (#70) (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: ksatchit <[email protected]>
  • Loading branch information
Karthik Satchitanand authored Aug 15, 2020
1 parent 8f0ae0b commit ab701ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bdd/bdd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var _ = BeforeSuite(func() {
fmt.Println(err)
}

cmd := exec.Command("kubectl", "apply", "-f", "https://litmuschaos.github.io/pages/litmus-operator-ci.yaml")
cmd := exec.Command("kubectl", "apply", "-f", "https://litmuschaos.github.io/litmus/litmus-operator-ci.yaml")
if err := cmd.Start(); err != nil {
log.Fatalf("Failed to create operator: %v", err)
}
Expand Down

0 comments on commit ab701ec

Please sign in to comment.