fix(npm-build): Code führt zu Fehler (s.u.), daher erstmal entfernt

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
This commit is contained in:
Timo Beller 2022-07-13 16:47:14 +02:00
parent b51d9fa611
commit f49484d11d

View File

@ -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: