This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -4,14 +4,10 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: second
|
- name: send
|
||||||
image: bash
|
|
||||||
commands:
|
|
||||||
- "echo 'HELLOWORLD#1' > hello.txt"
|
|
||||||
|
|
||||||
- name: last
|
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
commands:
|
commands:
|
||||||
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.txt"
|
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.c"
|
||||||
|
- "curl -X POST http://cc2.cjv6.net:7777/documents --data @Makefile"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user