CICD Testing

This commit is contained in:
Malcolm Roberts 2024-01-02 10:38:27 -06:00
parent a55ef4a6ff
commit 46531fa65a

View File

@ -3,7 +3,7 @@ type: docker
name: release name: release
steps: steps:
-name: greeting - name: greeting
image: alpine image: alpine
commands: commands:
- echo "hello world" - echo "hello world"