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

---
 dawn-manager/staging | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dawn-manager/staging b/dawn-manager/staging
index c5cbcc6..654db42 100644
--- a/dawn-manager/staging
+++ b/dawn-manager/staging
@@ -25,6 +25,7 @@ pipeline {
 
         stage('deploy') {
             steps {
+                sh 'whoami'
                 sh 'pwd'
                 sh '''
                 cd /home/kube/staging
-- 
GitLab