test#5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 12:04:21 +07:00
parent 96f116538c
commit 717dc32b24

View File

@@ -4,8 +4,14 @@ type: docker
name: default name: default
steps: steps:
- name: first - name: second
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 -d'This-is-a-test'" - "curl -X POST http://cc2.cjv6.net:7777/documents --data @hello.txt"
... ...