branch: externals/cobol-mode commit 1665f441ea3b48e7e2afcdeeb1161bb5b661312c Author: Kristofer Hjelmtorp <kristo...@hjelmtorp.se> Commit: Kristofer Hjelmtorp <kristo...@hjelmtorp.se>
Fixed .build.yaml --- .build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yaml b/.build.yaml index 02f483fb22..1f97d624de 100644 --- a/.build.yaml +++ b/.build.yaml @@ -8,7 +8,7 @@ environment: tasks: - setup: | # This is for not having to cd into your <repo> for each task - echo 'cd <repo>' >> ~/.buildenv + echo 'cd cobol-mode' >> ~/.buildenv - check: | if [ "$(git rev-parse origin/main)" != "$(git rev-parse HEAD)" ]; then \ complete-build; \