Try to fix file location issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f8486a7da
commit
b31acb0ad5
1 changed files with 7 additions and 7 deletions
14
.drone.yml
14
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue