From ee2795d76f04d76a00e513305edfc77a51976071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=83=D1=80=D0=B4=D0=B5=D0=BD=D0=BA=D0=BE=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Fri, 20 Jun 2025 15:37:31 +0300 Subject: [PATCH] fix ci --- ci/build/npm/build.inc.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ci/build/npm/build.inc.yml b/ci/build/npm/build.inc.yml index a6db086..3be45ef 100644 --- a/ci/build/npm/build.inc.yml +++ b/ci/build/npm/build.inc.yml @@ -11,12 +11,6 @@ build-npm: paths: - node_modules/ script: - # - GREEN=$'\033[0;32m' - # - RED=$'\033[0;31m' - # - BLUE=$'\033[0;36m' - # - WHITE=$'\033[0;37m' - # - RESET=$'\033[0m' - # - | # if [ -f "${CI_PROJECT_DIR}/VERSION" ]; then # APPVERSION=$(cat ${CI_PROJECT_DIR}/VERSION) @@ -33,9 +27,6 @@ build-npm: - npm install - npm run build - needs: - - job: test-npm - artifacts: true # true by default, grabs `node_modules` artifacts: paths: - "$NPM_DIST_DIR"