Update '.drone.yml'

This commit is contained in:
2022-04-23 09:32:03 +00:00
parent 4791894b88
commit 22ab72f603
+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