Skip to content

Commit bd93b9a

Browse files
authored
Merge pull request #97 from intercom/vr/remove_unnecessary_ci_cd_steps
2 parents e9c6a16 + 52b3394 commit bd93b9a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.circleci/config.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -181,28 +181,6 @@ jobs:
181181
executor: default
182182
steps:
183183
- 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-
- run:
192-
name: Instal SSH KEY
193-
command: |
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-
- run:
199-
name: Change key permission
200-
command: chmod 600 ~/.ssh/id_ed25519
201-
202-
- run:
203-
name: Add ssh key
204-
command: ssh-add ~/.ssh/id_ed25519
205-
206184
- run:
207185
name: Add npm registry auth key
208186
command: |

0 commit comments

Comments
 (0)