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.
2 parents e9c6a16 + 52b3394 commit bd93b9aCopy full SHA for bd93b9a
.circleci/config.yml
@@ -181,28 +181,6 @@ jobs:
181
executor: default
182
steps:
183
- checkout
184
- - run:
185
- name: Set user credentials
186
- command: |
187
- git config user.email $GIT_USER_EMAIL
188
- git config user.name $GIT_USER_NAME
189
-
190
- # Tokens are stored in bas64
191
192
- name: Instal SSH KEY
193
194
- ssh-add -D
195
- echo $GIT_WRITE_SSH_KEY | base64 --decode > ~/.ssh/id_ed25519
196
- echo $GIT_WRITE_SSH_KEY_PUB | base64 --decode > ~/.ssh/id_ed25519.pub
197
198
199
- name: Change key permission
200
- command: chmod 600 ~/.ssh/id_ed25519
201
202
203
- name: Add ssh key
204
- command: ssh-add ~/.ssh/id_ed25519
205
206
- run:
207
name: Add npm registry auth key
208
command: |
0 commit comments