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

update to using makefiles in dawn-user

parent 0e997621
No related merge requests found
......@@ -13,8 +13,7 @@ pipeline {
stage('build') {
steps {
sh '''
sudo docker build -t docker.registry.dawn.int:5000/dawn/dawn-user:latest . -f Dockerfile
sudo docker push docker.registry.dawn.int:5000/dawn/dawn-user:latest
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