From 8bc74282e4d0e81bc6c94d2b2f6ba51018d93948 Mon Sep 17 00:00:00 2001 From: bill-becker Date: Sun, 6 Aug 2023 21:05:58 -0600 Subject: [PATCH] Fix URL for tadaCheckoutDeployBranch --- Jenkinsfile-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-deploy b/Jenkinsfile-deploy index 0a9f4780b..ec9fed809 100644 --- a/Jenkinsfile-deploy +++ b/Jenkinsfile-deploy @@ -45,7 +45,7 @@ pipeline { stages { stage("checkout-deploy-branch") { steps { - tadaCheckoutDeployBranch("https://github.com/NREL/REopt_Lite.git") + tadaCheckoutDeployBranch("https://github.com/NREL/REopt_API.git") } }