本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
binhong
/
breakups-webapp
關注
1
收藏
0
複製
0
程式碼
問題
1
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix drone yaml file
master
BinHong Lee
6 年之前
父節點
2bdf7b1d2d
當前提交
0a62ee1878
簽署人:
binhong
<binhong@binhong.me>
GPG 金鑰 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…
取消
儲存