Владимир Томишинец 5 년 전
부모
커밋
bd69ccd79c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jenkinsfile.get.and.sync.dict

+ 1 - 1
jenkinsfile.get.and.sync.dict

@@ -218,7 +218,7 @@ pipeline {
                             ls -al /services/$CMD.dir/; \
                             rm -fv /services/$CMD.dir/*.xml; \
                             wget -P /services/$CMD.dir --user=$CMD.user --password=$CMD.pass $FTP.cmd'; \
-                            echo good > /services/$CMD.dir/1.txt; \
+                            touch /services/$CMD.dir/1.txt; echo good > /services/$CMD.dir/1.txt; \
                             ls -al /services/$CMD.dir/
                        """
                     echo "Syncing dictionaries for CMD"