This commit is contained in:
parent
bf5a75cf78
commit
799f1d3cc2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
- echo "echo Foo" > executable
|
- echo "echo Foo" > executable
|
||||||
- run "chmod a+x executable"
|
- chmod a+x executable
|
||||||
- name: a-test-step
|
- name: a-test-step
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue