Revert "What if we tested the limits"

This reverts commit 2e96bb7b81.
This commit is contained in:
R. Tyler Croy 2017-12-13 15:15:06 -08:00
parent 2e96bb7b81
commit a4ec9478bb
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ def call(String platform) {
stages {
stage('Prepare') {
steps {
if (true) {
echo 'lol'
}
sh 'mvn -B clean '
}
}