Added local ref
This commit is contained in:
parent
69a3f54e4b
commit
3d9db38425
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user