try to copy contents to the build server

pull/110/head
Alya Sirko 2022-08-30 21:55:30 +03:00
parent 3ffb7e4bfe
commit 4ad7637663
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ steps:
- eval `ssh-agent -s`
- echo "$SSH_PRIVATE_KEY" | ssh-add -
- scp -r `pwd` isolated:/var/lib/builder/
- ssh isolated cd "$DRONE_REPO" && flutter doctor
- ssh isolated cd "$DRONE_REPO_NAME" && flutter doctor
environment:
SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE_KEY