mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-22 20:25:02 +01:00
Compare commits
No commits in common. "d6ab3cda0aa067a4df7ee5ec6125622cd57d0794" and "4a922d865720f1291951f6a397f08824af573683" have entirely different histories.
d6ab3cda0a
...
4a922d8657
34
.drone.yml
34
.drone.yml
@ -1,34 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node10
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:10-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node12
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:12-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node14
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
@ -2,6 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- 10
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
script: npm run build
|
||||
os: linux
|
||||
|
Loading…
Reference in New Issue
Block a user