Fix apt-get install on CI not auto-confirming
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 21:14:59 +01:00
parent c63ef6ea57
commit 0f913e3099
1 changed files with 1 additions and 1 deletions

View File

@ -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