浏览代码

fix ci v_tools

SBird1337 7 年前
父节点
当前提交
3d21a4a553
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml 查看文件

32
 
32
 
33
   ## Move pymap from the docker image to the tools folder
33
   ## Move pymap from the docker image to the tools folder
34
   - mkdir -p ../tools
34
   - mkdir -p ../tools
35
-  - mv /sots-tools/v_tools ../tools
35
+  - rm -rf ../tools/v_tools
36
+  - cp -r /sots-tools/v_tools ../tools
36
 stages:
37
 stages:
37
   - build
38
   - build
38
 
39