From 877e87bdf42b8edb03067bee8777583f3d00c640 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Wed, 11 Dec 2024 11:20:06 +0100 Subject: [PATCH] fix: do not overwrite demo deploy for free plugins Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- gitlab-ci-free.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gitlab-ci-free.yml b/gitlab-ci-free.yml index db249dc..c5d92a5 100644 --- a/gitlab-ci-free.yml +++ b/gitlab-ci-free.yml @@ -6,15 +6,6 @@ include: deploy to repository: when: on_success -deploy to demo NET: - when: on_success - -deploy to demo PL: - when: on_success - -deploy to demo octolize: - when: on_success - update wpdesk plugins database: needs: - deploy to repository @@ -22,4 +13,3 @@ update wpdesk plugins database: upload translations to repo: when: delayed start_in: 30 minutes - -- GitLab