From 3d9db38425fae98f4fefb7c4eed44651368d5c2c Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 24 Dec 2019 13:12:08 +0000 Subject: [PATCH] Added local ref --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0687d72..a15eee3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline { steps { sh """ git remote add github https://${GITHUB_TOKEN}:@github.com/AverageMarcus/blog.git - git push github master + git push github HEAD:master """ } }