mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 20:38:25 +03:00
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:
parent
784a55854f
commit
5a7d0a95bc
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ git pull origin master
|
||||||
git checkout "$WEB_REF"
|
git checkout "$WEB_REF"
|
||||||
git submodule update --recursive --init
|
git submodule update --recursive --init
|
||||||
|
|
||||||
# Update submodule
|
|
||||||
npm run sub:update
|
|
||||||
|
|
||||||
## How to create patches
|
## How to create patches
|
||||||
# git --no-pager diff --no-color --minimal > changes.patch
|
# git --no-pager diff --no-color --minimal > changes.patch
|
||||||
## How to apply patches
|
## How to apply patches
|
||||||
|
|
Loading…
Reference in a new issue