mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
commit
5915f3236c
1 changed files with 11 additions and 0 deletions
11
services/document-updater/Jenkinsfile
vendored
11
services/document-updater/Jenkinsfile
vendored
|
@ -60,6 +60,17 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Sync OSS') {
|
||||||
|
when {
|
||||||
|
branch 'master'
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sshagent (credentials: ['GIT_DEPLOY_KEY']) {
|
||||||
|
sh 'git push git@github.com:sharelatex/document-updater-sharelatex.git HEAD:master'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in a new issue