mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
circleci: Add github.com to known hosts
This commit is contained in:
@@ -80,6 +80,9 @@ jobs:
|
|||||||
- *restore-cache
|
- *restore-cache
|
||||||
- *attach-workspace
|
- *attach-workspace
|
||||||
- *git-config
|
- *git-config
|
||||||
|
- run:
|
||||||
|
name: Add github.com to known hosts
|
||||||
|
command: ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
cp -a /tmp/workspace/dist1/. ./hugo/dist
|
cp -a /tmp/workspace/dist1/. ./hugo/dist
|
||||||
|
Reference in New Issue
Block a user