From f49484d11d9f4bcee7e317fd4986f9684e285213 Mon Sep 17 00:00:00 2001 From: Timo Beller Date: Wed, 13 Jul 2022 16:47:14 +0200 Subject: [PATCH] =?UTF-8?q?fix(npm-build):=20Code=20f=C3=BChrt=20zu=20Fehl?= =?UTF-8?q?er=20(s.u.),=20daher=20erstmal=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit npm ERR! code ENOGIT npm ERR! No git binary found in $PATH npm ERR! npm ERR! Failed using git. npm ERR! Please check if you have git installed and in your PATH. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-07-13T13_58_45_828Z-debug-0.log --- templates/npm/npm-build.gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/npm/npm-build.gitlab-ci.yml b/templates/npm/npm-build.gitlab-ci.yml index 7fe3d4e..8cad713 100644 --- a/templates/npm/npm-build.gitlab-ci.yml +++ b/templates/npm/npm-build.gitlab-ci.yml @@ -8,11 +8,6 @@ if [ "$FRONTEND_DIR" != "" ]; then cd $FRONTEND_DIR fi - # Requires npm > 8.X - - > - if [ "$CI_COMMIT_TAG" != "" ]; then - npm --no-git-tag-version version from-git - fi script: - npm run ci:build artifacts: