浏览代码

cicd: 增加手动构建镜像流程4

Yi 1 年之前
父节点
当前提交
5681195ca1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .drone.yml

+ 4 - 0
.drone.yml

@@ -15,6 +15,10 @@ steps:
      - pwd
      - pwd
   - name: build
   - name: build
     image: plugins/docker:20.14.2
     image: plugins/docker:20.14.2
+    commands:
+      - cd ./trmgo
+      - pwd
+      - ls -l
     volumes:
     volumes:
       - name: hosts
       - name: hosts
         path: /etc/hosts
         path: /etc/hosts