ci: usar known_hosts de haini.sh
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
58a32b2a25
commit
2fa6a0ec5c
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: registry.nulo.in/sutty/haini.sh@sha256:c980e8b34f108a2728aec58959a28cdde8d0564d229d9692a5be1136ca40a982
|
||||
image: registry.nulo.in/sutty/haini.sh@sha256:b4248b19f94e60ed165a104094cb5852fca536767481a282b3eb869358a1ab0c
|
||||
commands:
|
||||
- git branch
|
||||
- git rm -f assets/js/*
|
||||
|
@ -9,7 +9,6 @@ pipeline:
|
|||
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$${GIT_BASE64_SSH_KEY}" | base64 -d | ssh-add -
|
||||
- echo [nulo.in]:420 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHgHIbf5/jkeyLMndnWlEO12DPj41YPqkmz+aIreVOsP >> ~/.ssh/known_hosts
|
||||
|
||||
- git config user.name Woodpecker
|
||||
- git config user.email ci@nulo.in
|
||||
|
|
Loading…
Reference in a new issue