From fa2f71eae722600c8aeed623f8328dc47198d779 Mon Sep 17 00:00:00 2001
From: Tucker Siegel <tgsiegel@umd.edu>
Date: Fri, 12 Nov 2021 09:58:44 -0800
Subject: [PATCH] cleanup

---
 dawn-user/staging | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dawn-user/staging b/dawn-user/staging
index d286bb5..1ba4ae2 100644
--- a/dawn-user/staging
+++ b/dawn-user/staging
@@ -1,7 +1,3 @@
-@Library('shared-library') _
-
-def config = [name: 'Newman', dayOfWeek: 'Friday']
-
 pipeline {
   agent any
   tools {
@@ -49,11 +45,6 @@ pipeline {
       }
     }
 
-    stage('test library') {
-      steps {
-        test(config)
-      }
-    }
   }
   post {
         always {
-- 
GitLab