No manual sync with repo since this is done by jenkins

This commit is contained in:
reverend 2021-07-10 13:34:29 +02:00
parent 6b33d20f90
commit ceabe3f6f8
1 changed files with 0 additions and 9 deletions

9
Jenkinsfile vendored
View File

@ -2,15 +2,6 @@ pipeline {
agent any
stages {
stage('sync') {
steps {
script {
sh 'git pull'
sh 'git checkout develop'
}
}
}
stage('migration') {
steps {
script {