We are not upstream so we don’t run: git submodule update --remote

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.
This commit is contained in:
Robin Schneider 2019-12-26 00:02:33 +01:00
parent 784a55854f
commit 5a7d0a95bc
No known key found for this signature in database
GPG key ID: A81E8006DC95EFE6

View file

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