Skip to content
Snippets Groups Projects
Unverified Commit b2473f05 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

scripts/update.sh: don't disable commit signing for modules

parent 94c993cf
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ for module in $GLUON_MODULES; do ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment