Try to fix file location issue
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Davide Depau 2020-04-18 20:57:17 +02:00
parent 3f8486a7da
commit b31acb0ad5
1 changed files with 7 additions and 7 deletions

View File

@ -17,15 +17,15 @@ steps:
port: 3022
key:
from_secret: starlark_ssh_key
source: ./lib
target: /starlark/lib_new
source: ./lib/
target: /starlark/lib_new/
recursive: 'true'
exclude: ".git/"
script: |
cd /starlark
mv lib lib_old
mv lib_new lib
rm -Rf lib_old
script:
- cd /starlark
- mv lib lib_old
- mv lib_new lib
- rm -Rf lib_old
when:
branch:
- master