parent
193a6847a2
commit
93fcf6394f
10
.drone.yml
10
.drone.yml
@ -15,3 +15,13 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- ls -la
|
- ls -la
|
||||||
- ./mark2web -in example -out html -create -logLevel debug
|
- ./mark2web -in example -out html -create -logLevel debug
|
||||||
|
|
||||||
|
build_docker:
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- docker build -t apairon/mark2web .
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
event: push
|
Loading…
Reference in New Issue
Block a user