Skip to content

Commit

Permalink
Remove make clean from Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Apr 16, 2020
1 parent eb09c2a commit d1ba557
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def cleanup() {
sh "make down || true"
sh "make kill"
sh "make down"
sh "make clean"
} catch (error) {
echo "cleanup failed, ignoring this."
}
Expand Down

0 comments on commit d1ba557

Please sign in to comment.