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 kind: pipeline
type: docker type: docker
name: en name: default
steps: steps:
- name: greeting - name: backend
image: alpine image: golang
commands: commands:
- echo hello world - go build
- go test
trigger: - name: frontend
event: image: node
- push
---
kind: pipeline
type: docker
name: fr
steps:
- name: greeting
image: alpine
commands: commands:
- echo bonjour monde - npm install
- npm run test
trigger:
event:
- pull_request