We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbff7a2 commit 97cc734Copy full SHA for 97cc734
.circleci/config.yml
@@ -48,8 +48,7 @@ jobs:
48
key: yarn-packages-{{ checksum "node_version" }}-{{ checksum "yarn.lock" }}
49
paths:
50
- ~/.cache/yarn
51
- - run:
52
- command: |
+ - run: |
53
git config --global user.email [email protected]
54
git config --global user.name Deployment Bot
55
git remote set-url origin "https://github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1
0 commit comments