aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-11-02 10:02:28 +0800
committerGitHub <noreply@github.com>2018-11-02 10:02:28 +0800
commit54a14edccd897f15f9da48050fb5f24e22c6224a (patch)
tree8cb36a1a5078536f856c8468f9328f82acbb9f1b /.circleci
parent65b3d6b98722b29f2a944912fb50bce97cf6b7d7 (diff)
downloadtangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar
tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.gz
tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.bz2
tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.lz
tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.xz
tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.tar.zst
tangerine-wallet-browser-54a14edccd897f15f9da48050fb5f24e22c6224a.zip
CI - job-publish-release - fix github command
correctly set github username and email
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 60867e181..55d570abc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -322,8 +322,8 @@ jobs:
- run:
name: github gh-pages docs publish
command: >
- git config user.name metamaskbot &&
- git config user.email admin@metamask.io &&
+ git config --global user.name "metamaskbot" &&
+ git config --global user.email "admin@metamask.io" &&
npm run publish-docs
test-unit: