scripts/update.sh: don't disable commit signing for modules
This commit is contained in:
		
							parent
							
								
									94c993cfe2
								
							
						
					
					
						commit
						b2473f05cb
					
				| @ -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