From 75745cb8145d1e6ba1eef25a7bd53134f70ba7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Aaron=20M=C3=B6ck?= <tim_aaron.moeck@reutlingen-university.de> Date: Mon, 13 Sep 2021 13:32:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3f1584..c1214f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,6 @@ linux: else # Uncommitted changes git add ArduBlockTool/tool/*.jar - git commit -a -m "new $(< version.txt)"; + git commit -a -m "new $(< ../version.txt)"; git push -u origin $CI_COMMIT_BRANCH; fi -- GitLab