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:
@@ -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
|
||||
|
Reference in New Issue
Block a user