From b73fe0618abb1560b94fcddb97040e50c02abc40 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 31 Oct 2023 13:51:35 +0100 Subject: [PATCH] use e2e repo --- goofy-client/apps/goofy-e2e/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goofy-client/apps/goofy-e2e/Jenkinsfile b/goofy-client/apps/goofy-e2e/Jenkinsfile index b61cf5f69a..595ca539a0 100644 --- a/goofy-client/apps/goofy-e2e/Jenkinsfile +++ b/goofy-client/apps/goofy-e2e/Jenkinsfile @@ -412,7 +412,7 @@ Boolean hasUnpushedCommits() { Void checkoutGitopsE2eBranch() { dir("gitops") { - sh 'git checkout lasttest' + sh 'git checkout e2e' } } -- GitLab