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

remove old stage

parent ae9e35c3
No related branches found
No related tags found
No related merge requests found
......@@ -35,35 +35,6 @@ pipeline {
'''
}
}
// stage('cleanup old images') {
// steps {
// sh '''
// docker image prune --filter "until=168h" --filter "label!=latest" || true
// '''
// sh '''
// docker rmi $(docker images | grep 'dev-test') || true
// '''
// }
// }
stage('build new dawn-cli image') {
steps {
sh '''
docker build -t dawn/dawn-cli .
'''
}
}
// stage('redeploy') {
// steps {
// sh """
// dawn-cli deploy
// """
// }
// }
}
}
\ No newline at end of file
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