This website works better with JavaScript.
首頁
探索
說明
登入
binhong
/
breakups-webapp
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix drone yaml file
master
BinHong Lee
6 年之前
父節點
2bdf7b1d2d
當前提交
0a62ee1878
簽署人:
binhong
<binhong@binhong.me>
GPG Key ID:
6B4C5608EC620D19
共有
1 個文件被更改
,包括
5 次插入
和
7 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-7
.drone.yml
+ 5
- 7
.drone.yml
查看文件
@@ -1,14 +1,12 @@
pipeline:
build:
image: node:${NODE_VERSION}
image: node:${NODE_VERSION}
commands:
- npm install
- npm run test
matrix:
NODE_VERSION:
- latest
- "8"
- "7"
- "6"
- "4"
NODE_VERSION:
- latest
- "9"
- "8"
Write
Preview
Loading…
取消
儲存