From c0a702de4236d11befd898bb059b964c86e46094 Mon Sep 17 00:00:00 2001 From: Patrick Carlisle Date: Wed, 12 Mar 2014 13:52:29 -0700 Subject: [PATCH] Fix variable name in deploy script --- jenkins/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/deploy.sh b/jenkins/deploy.sh index 10aa776..e111e9a 100755 --- a/jenkins/deploy.sh +++ b/jenkins/deploy.sh @@ -11,6 +11,6 @@ echo "Tests passed!" lein release echo "Release plugin successful, pushing changes to git" -git push origin --tags HEAD:$DEPLOY_BRANCH +git push origin --tags HEAD:$BRANCH echo "git push successful."