From 06149b66c1ea9ebb95196191078cd3454a1dd603 Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@cccv.de> Date: Tue, 7 Dec 2021 15:37:26 +0100 Subject: [PATCH] Remove web.browser.legacy instead of running npm install on it --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ce7763..8abcda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ autoupdate: - cd wekan && meteor build --directory ../wekan-build && cd .. - cd wekan-build && meteor npm install --save bcrypt && cd .. - cd wekan-build/bundle/programs/server/ && npm install && cd ../../../.. - - cd wekan-build/bundle/programs/web.browser.legacy && npm install && cd ../../../.. + - rm -r wekan-build/bundle/programs/web.browser.legacy artifacts: paths: - wekan-build -- GitLab