From 8fe8b91ccf58e69c20fe2d4cb4ae2f1d0c5fa857 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 b947f9e..bca27f5 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