SBird1337 7 lat temu
rodzic
commit
3d21a4a553
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml Wyświetl plik

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