Skip to content
Snippets Groups Projects
Commit dd26b146 authored by Jarrett Lee's avatar Jarrett Lee :speech_balloon:
Browse files

revert dawn-docs

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