Add python step
This commit is contained in:
parent
a85835c4d8
commit
3309ca4a0c
@ -4,8 +4,12 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: hello world
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- name: python
|
||||
image: python
|
||||
commands:
|
||||
- python3 -c "print(6 * 7)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user