未验证 提交 4f7207f1 编写于 作者: B beyondgfw

Use commit author info from env vars.

上级 c37931ed
......@@ -26,8 +26,8 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echogr Changes detected.
echogr Configuring git.
git config user.name $(git show -s --format="%aN" $TRAVIS_COMMIT)
git config user.email $(git show -s --format="%aE" $TRAVIS_COMMIT)
git config user.name $COMMIT_USER
git config user.email $COMMIT_EMAIL
git config user.signingkey $GPG_KEY_ID
git config push.default simple
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册