From e40aaddcfb938fa60ceea5b150312d9bc2497132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 27 Nov 2020 13:32:03 +0100 Subject: [PATCH] Revert "gitlab: use local script" This breaks spellchecker for PRs as it depends on comparing PR branch with master, not PR branch with PR branch. This reverts commit 473271ebe5430a3126c859cb187f8f3b8533bfb3. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 108ee0ca..1167191a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,3 @@ include: build:website: extends: .website - script: - - ./_utils/gitlabci.sh