Skip to content

Commit

Permalink
debug ci x
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Jun 21, 2024
1 parent 11dba71 commit 5a95163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CONTAINER_ENGINE?=docker

#----------build-image--------
SPIDERPOOL_REGISTER ?= ghcr.io
GIT_REPO ?= spidernet-io/spiderpool
GIT_REPO ?= ty-dc/spiderpool
SPIDERPOOL_AGENT_IMAGE_NAME := ${SPIDERPOOL_REGISTER}/${GIT_REPO}/spiderpool-agent
SPIDERPOOL_CONTROLLER_IMAGE_NAME := ${SPIDERPOOL_REGISTER}/${GIT_REPO}/spiderpool-controller
SPIDERPOOL_IMAGES := $(SPIDERPOOL_AGENT_IMAGE_NAME) ${SPIDERPOOL_CONTROLLER_IMAGE_NAME}
Expand Down
1 change: 0 additions & 1 deletion test/e2e/spidermultus/spidermultus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ var _ = Describe("test spidermultus", Label("SpiderMultusConfig", "overlay"), fu
GinkgoWriter.Println("If the use case fails, the cleanup step will be skipped")
return
}

err := frame.DeleteNamespace(namespace)
Expect(err).NotTo(HaveOccurred(), "Failed to delete namespace %v")
})
Expand Down

0 comments on commit 5a95163

Please sign in to comment.