Skip to content
Snippets Groups Projects
Commit 9f8a8a29 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

override only build sidecar

parent 36f7f381
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,13 @@ pipeline {
}
}
}
stage('build') {
steps {
sh '''
make dist-latest lvl=dev
'''
}
}
// stage('build') {
// steps {
// sh '''
// make dist-latest lvl=dev
// '''
// }
// }
stage('build sidecar') {
steps {
sh '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment