From 6dad17c2666fde84d7e343d18e7380314d3aea12 Mon Sep 17 00:00:00 2001
From: Tucker Siegel <tgsiegel@terpmail.umd.edu>
Date: Tue, 11 Oct 2022 13:22:48 -0400
Subject: [PATCH] update manager

---
 dawn-manager/staging | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dawn-manager/staging b/dawn-manager/staging
index 48187cc..06be822 100644
--- a/dawn-manager/staging
+++ b/dawn-manager/staging
@@ -27,12 +27,10 @@ pipeline {
             steps {
                 sh 'whoami'
                 sh 'pwd'
-                dir('/home') {
-                    sh 'ls l'
-                    sh 'ls -l'
-                }
                 sh '''
-                cd /home/kube
+                cd /home/
+                pwd
+                ls -l
                 '''
                 // sh 'echo $HOSTNAME'
                 // dir('/') {
-- 
GitLab