mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
circleci: Add github.com to known hosts
This commit is contained in:
parent
f014921159
commit
70b2aaf873
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue