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

move

parent cfb23e6b
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,6 @@ pipeline { ...@@ -18,13 +18,6 @@ pipeline {
} }
} }
stage('teardown') {
steps {
sh """
dawn-cli teardown || true
"""
}
}
stage('cleanup old images') { stage('cleanup old images') {
steps { steps {
...@@ -54,13 +47,13 @@ pipeline { ...@@ -54,13 +47,13 @@ pipeline {
} }
stage('redeploy') { // stage('redeploy') {
steps { // steps {
sh """ // sh """
dawn-cli deploy // 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