Debug CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kayomn 2023-08-19 19:54:04 +01:00
parent 0ce1e76815
commit 773a676ea2
1 changed files with 1 additions and 6 deletions

View File

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