mirror of
https://gitea.com/gitea/theme.git
synced 2026-02-04 12:03:17 +08:00
Build all assets with drone
This commit is contained in:
@@ -2,6 +2,13 @@ workspace:
|
||||
path: src
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: node
|
||||
commands:
|
||||
- npm install -q
|
||||
- npm install -q -g gulp-cli
|
||||
- gulp
|
||||
|
||||
downstream:
|
||||
image: plugins/downstream
|
||||
server: https://drone.gitea.io
|
||||
|
||||
Reference in New Issue
Block a user