From c8977f252e7fce676fff973206e6044a76088fd9 Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 28 May 2019 10:01:09 +0930 Subject: [PATCH] fix: syntax and path in CI config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e080f7f..8cbff692 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ deploy: - sh index.sh # Commit the changes - sh ../utils/commit.sh + - sh utils/commit.sh # Push the commit - git push