ci: volver a agregar el chown porque el repo lo trae root
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
0dfaee9502
commit
59506708cc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ pipeline:
|
|||
# Workaround porque Woodpecker a veces lo setea a /root :/
|
||||
- HOME=/home/suttier
|
||||
commands:
|
||||
- sudo chown suttier:suttier -R .
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||
|
||||
|
|
Loading…
Reference in a new issue