Added local ref

This commit is contained in:
Marcus Noble 2019-12-24 13:12:08 +00:00
parent 69a3f54e4b
commit 3d9db38425
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
"""
}
}