scripts/update.sh: don't disable commit signing for modules
This commit is contained in:
parent
16648ce242
commit
3eff2c496f
@ -14,7 +14,6 @@ for module in $GLUON_MODULES; do
|
|||||||
mkdir -p "$GLUONDIR"/$module
|
mkdir -p "$GLUONDIR"/$module
|
||||||
cd "$GLUONDIR"/$module
|
cd "$GLUONDIR"/$module
|
||||||
git init
|
git init
|
||||||
git config commit.gpgsign false
|
|
||||||
|
|
||||||
if ! git branch -f base $commit 2>/dev/null; then
|
if ! git branch -f base $commit 2>/dev/null; then
|
||||||
git fetch $repo $branch
|
git fetch $repo $branch
|
||||||
|
Loading…
Reference in New Issue
Block a user