ci: add credijusto/ssh orb to setup git server in known hosts
This commit is contained in:
parent
188f7986b6
commit
382761e484
|
@ -2,8 +2,7 @@ version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
node: circleci/node@5.1.0
|
node: circleci/node@5.1.0
|
||||||
|
ssh: credijusto/ssh@0.5.2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
docker:
|
docker:
|
||||||
|
@ -13,6 +12,8 @@ jobs:
|
||||||
fingerprints:
|
fingerprints:
|
||||||
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
||||||
- checkout
|
- checkout
|
||||||
|
- ssh/ssh-add-host:
|
||||||
|
host_url: GITEA_HOST
|
||||||
workflows:
|
workflows:
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue