From 0326605f7330f0d83f2dd09c5ade9572153acba6 Mon Sep 17 00:00:00 2001 From: Sushanta Das Date: Wed, 7 Aug 2024 13:13:14 +0530 Subject: [PATCH] revert and use clone --- tests/build/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build/const.go b/tests/build/const.go index 2f3274ec3..0b700bbb8 100644 --- a/tests/build/const.go +++ b/tests/build/const.go @@ -23,7 +23,7 @@ const ( helloWorldComponentDefaultBranch = "default" helloWorldComponentRevision = "d2d03e69de912e3827c29b4c5b71ffe8bcb5dad8" - helloWorldComponentGitSourceCloneRepoName = "devfile-sample-hello-world" + helloWorldComponentGitSourceCloneRepoName = "devfile-sample-hello-world-clone" helloWorldComponentCloneRevision = "bb1d243a9c030e715ac2a7829973d226816446c3" multiComponentGitSourceRepoName = "sample-multi-component"