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