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

update client build

parent 93466d7e
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,11 @@ pipeline { ...@@ -10,9 +10,11 @@ pipeline {
} }
} }
stage('build') { stage('build') {
sh ''' steps {
make dist-latest sh '''
''' make dist-latest
'''
}
} }
} }
......
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