Fix incorrect package manager being invoked in CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kayomn 2023-08-19 19:53:18 +01:00
parent 2d7b7ff050
commit 0ce1e76815
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ steps:
commands: commands:
- echo test - echo test
- apt-get update - apk update
- apt-get add openssh rsync - apk add openssh rsync
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- echo "$RSYNC_KEY" > ~/.ssh/id_rsa - echo "$RSYNC_KEY" > ~/.ssh/id_rsa