Actualiser .drone.yml
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is failing

This commit is contained in:
2024-01-02 09:40:38 +01:00
parent 5a5d9f48fd
commit a10b0623b2

View File

@@ -1,3 +1,14 @@
kind: pipeline
type: docker
name: echo-test
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
kind: pipeline
type: docker
name: build-images