mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Update .drone.yml
This commit is contained in:
11
.drone.yml
11
.drone.yml
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@@ -9,16 +9,23 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: frontend_install
|
- name: frontend_install
|
||||||
|
image: docker:13.6.0
|
||||||
commands:
|
commands:
|
||||||
|
- node -v
|
||||||
|
- yarn --version
|
||||||
- yarn
|
- yarn
|
||||||
- name: frontend_build
|
- name: frontend_build
|
||||||
|
image: docker:13.6.0
|
||||||
commands:
|
commands:
|
||||||
|
- node -v
|
||||||
|
- yarn --version
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- *-test
|
- drone-test
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
- push
|
||||||
|
|||||||
Reference in New Issue
Block a user