mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Update .drone.yml
This commit is contained in:
@@ -9,13 +9,13 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: frontend_install
|
- name: frontend_install
|
||||||
image: docker:13.6.0
|
image: node:13.6.0
|
||||||
commands:
|
commands:
|
||||||
- node -v
|
- node -v
|
||||||
- yarn --version
|
- yarn --version
|
||||||
- yarn
|
- yarn
|
||||||
- name: frontend_build
|
- name: frontend_build
|
||||||
image: docker:13.6.0
|
image: node:13.6.0
|
||||||
commands:
|
commands:
|
||||||
- node -v
|
- node -v
|
||||||
- yarn --version
|
- yarn --version
|
||||||
|
|||||||
Reference in New Issue
Block a user