From 5a7d0a95bc3d4acb88489ad0fc60f67c76353b15 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Thu, 26 Dec 2019 00:02:33 +0100 Subject: [PATCH] =?UTF-8?q?We=20are=20not=20upstream=20so=20we=20don?= =?UTF-8?q?=E2=80=99t=20run:=20`git=20submodule=20update=20--remote`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Running `git submodule update --recursive --init` should be totally fine for us and it gives us more auditability because then the submodule commit hash is pinned by the main git repo tag. --- package_web_vault.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/package_web_vault.sh b/package_web_vault.sh index 97bbf7d..1711886 100755 --- a/package_web_vault.sh +++ b/package_web_vault.sh @@ -61,9 +61,6 @@ git pull origin master git checkout "$WEB_REF" git submodule update --recursive --init -# Update submodule -npm run sub:update - ## How to create patches # git --no-pager diff --no-color --minimal > changes.patch ## How to apply patches