Skip to content

Commit

Permalink
Do not sign monorepo commits (#535)
Browse files Browse the repository at this point in the history
Do not sign monorepo commits

Reviewed-by: Matej Focko
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 27, 2023
2 parents d478187 + af4056b commit 6d1f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/move_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def update_monorepo(

# commit the changes
subprocess.run(
["git", "commit", "-a", "-S", "-m", commit_msg],
["git", "commit", "-a", "-m", commit_msg],
cwd=path_to_monorepo,
)

Expand Down

0 comments on commit 6d1f186

Please sign in to comment.