Skip to content

Commit 2bed3cc

Browse files
committed
Remove unnecessary steps from config.yml
1 parent 9623a0c commit 2bed3cc

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -181,27 +181,27 @@ 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
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
205205

206206
- run:
207207
name: Add npm registry auth key

0 commit comments

Comments
 (0)