From 07764a378e72107e57c415a7c7a099d9469acf02 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Tue, 14 Feb 2017 14:46:25 -0600 Subject: Removed call to change directories JIRA: COPPER-33 Removed call to change directory to $WORKSPACE/ci since this will cause an error (no tests dir in $WORKSPACE/ci). Change-Id: If0c5ca0765f86114625e1659b946bcb92f40231b Signed-off-by: Aimee Ukasick --- jjb/copper/copper.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'jjb/copper') diff --git a/jjb/copper/copper.yml b/jjb/copper/copper.yml index ea1af473c..b65466e01 100644 --- a/jjb/copper/copper.yml +++ b/jjb/copper/copper.yml @@ -64,5 +64,4 @@ set -o nounset set -o pipefail - cd $WORKSPACE/ci shellcheck -f tty tests/*.sh -- cgit 1.2.3-korg