This commit is contained in:
parent
f51281523a
commit
2b37faf832
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ when:
|
||||||
exclude: [ main ]
|
exclude: [ main ]
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian:bookworm
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
a-test-step:
|
a-test-step:
|
||||||
image: debian
|
image: debian:bookworm
|
||||||
commands:
|
commands:
|
||||||
- echo "Testing.."
|
- echo "Testing.."
|
||||||
|
|
Loading…
Reference in a new issue