Fix apt-get install on CI not auto-confirming
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c63ef6ea57
commit
0f913e3099
@ -27,7 +27,7 @@ steps:
|
||||
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install ssh rsync
|
||||
- apt-get install -y ssh rsync
|
||||
- eval $(ssh-agent -s)
|
||||
- mkdir -p ~/.ssh
|
||||
- echo "$SSH_KEY" > ~/.ssh/id_rsa
|
||||
|
Loading…
x
Reference in New Issue
Block a user