From eccb9ad7768e903cbc2ec71068a327c449eb8320 Mon Sep 17 00:00:00 2001 From: ronivay Date: Thu, 1 Jul 2021 14:18:19 +0300 Subject: [PATCH] remove obsolete yarn tasks from plugin installation --- xo-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index a3c2a69..d9d1c8a 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -441,8 +441,6 @@ function InstallXOPlugins { done fi - cmdlog "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn && yarn build" - cd "$INSTALLDIR/xo-builds/xen-orchestra-$TIME" && yarn >>"$LOGFILE" 2>&1 && yarn build >>"$LOGFILE" 2>&1 || false printok "Installing plugins" }