This commit is contained in:
parent
c5a6d5b6d4
commit
b5f3d95f0a
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test2
|
- name: test
|
||||||
image: alpine:3.14
|
image: alpine:3.14
|
||||||
commands:
|
commands:
|
||||||
- apk add bash -y
|
- apk add bash
|
||||||
- bash
|
- bash
|
||||||
- echo $0
|
- echo $0
|
||||||
|
|
Loading…
Add table
Reference in a new issue