Only build
This commit is contained in:
parent
e8bc00ffd2
commit
9ce826690d
1 changed files with 0 additions and 15 deletions
15
.drone.yml
15
.drone.yml
|
@ -7,18 +7,3 @@ steps:
|
|||
image: gcc
|
||||
commands:
|
||||
- make
|
||||
|
||||
- name: run
|
||||
image: debian
|
||||
commands:
|
||||
- cp quark /usr/local/bin
|
||||
- useradd web && su web && cd
|
||||
- mkdir -p web && cd web && echo "hello from quark" > index.html
|
||||
- quark -p 9130 -h run -l -u web -g web
|
||||
detach: true
|
||||
|
||||
- name: test
|
||||
image: curlimages/curl
|
||||
commands:
|
||||
- sleep 15
|
||||
- curl http://run:9130
|
||||
|
|
Loading…
Reference in a new issue