mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Actually push to master branch
This commit is contained in:
parent
f0092bc85a
commit
a0ac11eb0d
1 changed files with 1 additions and 1 deletions
2
services/web/Jenkinsfile
vendored
2
services/web/Jenkinsfile
vendored
|
@ -138,7 +138,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sshagent (credentials: ['GIT_DEPLOY_KEY']) {
|
||||
sh 'git push git@github.com:sharelatex/web-sharelatex.git HEAD:ja-oss-test'
|
||||
sh 'git push git@github.com:sharelatex/web-sharelatex.git HEAD:master'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue