소스 검색

fix ci v_tools

SBird1337 6 년 전
부모
커밋
3d21a4a553
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml 파일 보기

@@ -32,7 +32,8 @@ before_script:
32 32
 
33 33
   ## Move pymap from the docker image to the tools folder
34 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 37
 stages:
37 38
   - build
38 39