浏览代码

更新 '.drone.yml'

胡增文 1 天之前
父节点
当前提交
1f60d547c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -4,7 +4,7 @@ name: default
 
 steps:
   - name: gitshow
-    image: alpine/git
+    image: rpi.it5000.com:5000/alpine/git
     commands:
       - git remote -v | head -n1 | awk '{print $2}' | sed -e 's,.*:\(.*/\)\?,,' -e 's/\.git$//' > projectname
       - git show --name-only --oneline > changelist