devops - drone test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Mahdi Abu Yasmine 2023-12-12 23:59:18 +01:00
parent eff5867ddf
commit e3e0638c18
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,14 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- name: test
image: golang
volumes: