Merge pull request 'Update '.drone.yml'' (#5) from shankarmounesh-patch-2 into master
continuous-integration/drone Build is failing

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2022-04-23 09:32:18 +00:00
+9 -21
View File
@@ -1,28 +1,16 @@
kind: pipeline
type: docker
name: en
name: default
steps:
- name: greeting
image: alpine
- name: backend
image: golang
commands:
- echo hello world
- go build
- go test
trigger:
event:
- push
---
kind: pipeline
type: docker
name: fr
steps:
- name: greeting
image: alpine
- name: frontend
image: node
commands:
- echo bonjour monde
trigger:
event:
- pull_request
- npm install
- npm run test