Skip to content

Commit

Permalink
Fix URL for tadaCheckoutDeployBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Aug 7, 2023
1 parent d4dafba commit 8bc7428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit 8bc7428

Please sign in to comment.