mirror of
https://github.com/Quodatum/graphxq.git
synced 2025-07-05 07:02:45 +01:00
This commit is contained in:
parent
0a81c6593f
commit
9687457899
1 changed files with 8 additions and 12 deletions
18
.drone.yml
18
.drone.yml
|
@ -1,14 +1,10 @@
|
||||||
# drone
|
kind: pipeline
|
||||||
pipeline:
|
type: docker
|
||||||
step1:
|
name: default
|
||||||
image: quodatum/basexhttp:BaseX951
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- echo hello
|
||||||
- echo world
|
- echo world
|
||||||
- pwd
|
|
||||||
- ls
|
|
||||||
step2:
|
|
||||||
image: quodatum/basexhttp:BaseX951
|
|
||||||
commands:
|
|
||||||
- pwd
|
|
||||||
- ls
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue