From cd400f64c438782e26032ab6304bf3d4fec548a4 Mon Sep 17 00:00:00 2001 From: Eryk Mika <eryk.mika@wpdesk.eu> Date: Thu, 3 Apr 2025 08:52:31 +0200 Subject: [PATCH] fix: gitlabci --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f43792..cf92513 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ variables: IS_LIBRARY: 1 - IS_NPM_LIBRARY: true + IS_NPM_LIBRARY: 1 include: 'https://gitlab.wpdesk.dev/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml' - -lint: - when: manual -phpcs: - allow_failure: true -- GitLab