mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-09 05:16:27 +10:00
Do not push containers to remote repo as part of test-e2e.
Since the cluster runs locally, this seems unnecessary.
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ func run(deploy deployer) error {
|
||||
func Build() error {
|
||||
// The build-release script needs stdin to ask the user whether
|
||||
// it's OK to download the docker image.
|
||||
cmd := exec.Command("make", "docker-build", "docker-push")
|
||||
cmd := exec.Command("make", "docker-build")
|
||||
cmd.Stdin = os.Stdin
|
||||
if err := finishRunning("build-release", cmd); err != nil {
|
||||
return fmt.Errorf("error building: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user