1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

ci: Remove unnecessarily repository cloning

Repository cloning in the deploy step was 100% unnecessary.
This commit is contained in:
Trezy
2018-12-01 14:59:51 -06:00
committed by BcRikko
parent f426715dec
commit 0f988b3f54

View File

@@ -132,10 +132,7 @@ jobs:
at: .
- run:
command: |
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
git clone -b develop $CIRCLE_REPOSITORY_URL
cd $CIRCLE_PROJECT_REPONAME
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run:
name: Release