File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments