Merge pull request 'Update '.drone.yml'' (#5) from shankarmounesh-patch-2 into master
continuous-integration/drone Build is failing
continuous-integration/drone Build is failing
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
+9
-21
@@ -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
|
||||
Reference in New Issue
Block a user