From 5548d71e70556b9a0722bcdb9430e84f597ca5d8 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Tue, 30 Apr 2019 10:19:35 -0400 Subject: [PATCH] fix _template/build.sh --- _template/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_template/build.sh b/_template/build.sh index bd3f910..deb8dfb 100755 --- a/_template/build.sh +++ b/_template/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -cd "$(dirname $0)"/.. +cd "$(dirname $0)" if [ "$CI" ]; then # write out SSH key