Merge "Remove unnecessary ask on error passing"
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index f9c0a63..0008f81 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -46,7 +46,6 @@
 timestamps {
     node {
         try {
-            withEnv(["ASK_ON_ERROR=${ASK_ON_ERROR}"]){
             //
             // Prepare machines
             //
@@ -537,7 +536,6 @@
                     common.warningMsg('State apply failed but we should continue to run')
                 }
             }
-          }
         } catch (Throwable e) {
             currentBuild.result = 'FAILURE'
             throw e