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