From e5301e938190162de427d9ede8d965f667747dd4 Mon Sep 17 00:00:00 2001 From: Paul Carver Date: Tue, 27 Aug 2019 16:37:05 -0400 Subject: [PATCH] Add set -xe to ric_automation.sh Signed-off-by: Paul Carver Change-Id: I6e5067f3646b6be521e90d616fdb27bfdba2a397 --- workflows/ric_automation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/workflows/ric_automation.sh b/workflows/ric_automation.sh index 795436f..b045970 100755 --- a/workflows/ric_automation.sh +++ b/workflows/ric_automation.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -xe #------------------------Pre-Modification---------------------------------------------------- mkdir RIC cd RIC -- 2.16.6