Przeglądaj źródła

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

Romain 6 lat temu
rodzic
commit
e843c5cc58
1 zmienionych plików z 1 dodań i 0 usunięć
  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: