Author SHA1 Message Date
ShankarMounesh 690f877bf0 Update 'Drone.yml' 2022-04-21 20:18:23 +00:00
3 changed files with 28 additions and 19 deletions
-10
View File
@@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: frontend
image: alpine
commands:
- apk add curl
+28
View File
@@ -0,0 +1,28 @@
kind: pipeline
type: docker
name: en
steps:
- name: greeting
image: alpine
commands:
- echo hello world
trigger:
event:
- push
---
kind: pipeline
type: docker
name: fr
steps:
- name: greeting
image: alpine
commands:
- echo bonjour monde
trigger:
event:
- pull_request
-9
View File
@@ -1,9 +0,0 @@
# A YAML template example.
kind: pipeline
type: docker
name: default
steps:
- name: demo
image: alpine
commands:
- apk add curl