Skip to content

Commit

Permalink
Serialize git commands in roll_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gonidelis authored and STE||AR Group committed Jul 18, 2022
1 parent 37812e3 commit c88e1e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/roll_release.sh
Expand Up @@ -94,8 +94,9 @@ fi

echo ""
echo "Setting the signing key for signing the release. It is up to you to change it back to your own afterwards."
git -c user.signingkey E18AE35E86BB194F -c user.email contact@stellar-group.org \
-c user.name "STE||AR Group"
git config user.signingkey E18AE35E86BB194F
git config user.email contact@stellar-group.org
git config user.name "STE||AR Group"

echo ""
echo "Tagging release."
Expand Down

0 comments on commit c88e1e9

Please sign in to comment.