ci: actualizar contenedor y no crear ~/.ssh ya que ahora se genera solo
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Cat /dev/Nulo 2021-09-28 18:19:05 -03:00
parent 5c06a52351
commit 794ad88252

View file

@ -1,12 +1,11 @@
pipeline:
build:
image: registry.nulo.in/sutty/haini.sh:root
image: registry.nulo.in/sutty/haini.sh@sha256:e28a80228476f5d79e5095e4725ae23c887f9f29ccaa3878b89b619b966eb26b
commands:
- rm -f assets/js/*
- make yarn hainish="sh -c"
- make webpack hainish="sh -c"
- mkdir ~/.ssh/
- 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