Removed call to change directories 51/28651/2
authorAimee Ukasick <aimeeu.opensource@gmail.com>
Tue, 14 Feb 2017 20:46:25 +0000 (14:46 -0600)
committerAric Gardner <agardner@linuxfoundation.org>
Fri, 17 Feb 2017 18:53:28 +0000 (18:53 +0000)
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 <aimeeu.opensource@gmail.com>
jjb/copper/copper.yml

index ea1af47..b65466e 100644 (file)
@@ -64,5 +64,4 @@
             set -o nounset
             set -o pipefail
 
-            cd $WORKSPACE/ci
             shellcheck -f tty tests/*.sh