fix: download destination (debugging)
This commit is contained in:
parent
92802ce57c
commit
e7ec01a113
1 changed files with 3 additions and 1 deletions
|
@ -6,11 +6,13 @@ steps:
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
settings:
|
||||||
source: http://vmi366681.contaboserver.net:6423/archive/emgauwa-controller-testing/6/controller
|
source: http://vmi366681.contaboserver.net:6423/archive/emgauwa-controller-testing/6/controller
|
||||||
destination: /drone/controller
|
destination: controller
|
||||||
- name: test
|
- name: test
|
||||||
image: serguzim/emgauwa-builder
|
image: serguzim/emgauwa-builder
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
- ls
|
||||||
|
- ls /
|
||||||
- chmod +x /drone/controller
|
- chmod +x /drone/controller
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Reference in a new issue