try pipeline using curl docker and hastebin-server
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -4,13 +4,7 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
image: curlimages/curl:latest
|
||||||
image: gcc
|
|
||||||
commands:
|
commands:
|
||||||
- make
|
- -s -X POST http://cc2.cjv6.net:7777/documents -d"testpipeline"
|
||||||
|
|
||||||
- name: run
|
|
||||||
image: bash
|
|
||||||
commands:
|
|
||||||
- if [ -f ./hello ]; then ./hello; fi
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user