try pipeline using curl docker and hastebin-server
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-12-28 11:41:36 +07:00
parent 6c500af426
commit 018644d6c6

View File

@@ -4,13 +4,7 @@ type: docker
name: default
steps:
- name: build
image: gcc
image: curlimages/curl:latest
commands:
- make
- name: run
image: bash
commands:
- if [ -f ./hello ]; then ./hello; fi
- -s -X POST http://cc2.cjv6.net:7777/documents -d"testpipeline"
...