소스 검색

HUE-8856 [ci] Add sync copy of the latest tools directory

Romain 6 년 전
부모
커밋
e843c5cc58
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .circleci/config.yml

+ 1 - 0
.circleci/config.yml

@@ -94,6 +94,7 @@ jobs:
             cd /usr/share/hue
             cp ~/repo/.eslint* .
             cp ~/repo/.prettierrc .
+            cp ~/repo/tools . -r
             npm run lint
 
       - store_artifacts: