From 86c04a421516465ae1aa783e1a195a75ba3688bf Mon Sep 17 00:00:00 2001 From: awstraing <91556146+awstraing@users.noreply.github.com> Date: Thu, 30 Sep 2021 13:24:50 +0530 Subject: [PATCH] Update deploy-for-test.sh --- deploy-for-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-for-test.sh b/deploy-for-test.sh index 6002e6cd..6d2c9917 100644 --- a/deploy-for-test.sh +++ b/deploy-for-test.sh @@ -2,7 +2,7 @@ ### Remove old war files rm -rf /tomcat/test/webapps/student* - +## hello Ram ### Copy the war file cp /var/lib/jenkins/workspace/sample-test1/target/student*.war /tomcat/test/webapps/student.war