mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
ci: Remove unnecessarily repository cloning
Repository cloning in the deploy step was 100% unnecessary.
This commit is contained in:
@@ -132,10 +132,7 @@ jobs:
|
|||||||
at: .
|
at: .
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
|
||||||
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
|
|
||||||
git clone -b develop $CIRCLE_REPOSITORY_URL
|
|
||||||
cd $CIRCLE_PROJECT_REPONAME
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Release
|
name: Release
|
||||||
|
Reference in New Issue
Block a user