Commit c134b449 authored by madengji's avatar madengji

modify protobuf

parent 730d7a3c
...@@ -23,6 +23,7 @@ pipeline { ...@@ -23,6 +23,7 @@ pipeline {
steps { steps {
dir("${PROJ_DIR}"){ dir("${PROJ_DIR}"){
gitlabCommitStatus(name: 'check'){ gitlabCommitStatus(name: 'check'){
sh "git branch;git status"
sh "make auto_ci branch=${env.gitlabSourceBranch}" sh "make auto_ci branch=${env.gitlabSourceBranch}"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment