Syntax fixes test code (#10747)

* Removed a comma that should not be there.

* Should use double quotes if an expression is in a string.
This commit is contained in:
MathijsHoogland 2017-03-12 19:58:36 +01:00 committed by Lee Drengenberg
parent a1252f11d8
commit 1b7af072d7
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
"name": "test-plugin",
"name": "test-plugin"
}

View file

@ -8,7 +8,7 @@ set -e
if [ -n "$WORKSPACE" ]; then
cd "$WORKSPACE"
else
echo 'Unable to find the $WORKSPACE environment variable, is this jenkins?'
echo "Unable to find the $WORKSPACE environment variable, is this jenkins?"
exit 1
fi