Actually push to master branch

This commit is contained in:
James Allen 2017-09-18 11:11:33 +02:00
parent f0092bc85a
commit a0ac11eb0d

View file

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