Parcourir la source

Merge pull request #50 from Mylanos/OCPBUGS-17824-The-test-that-checks-if-i18n-translations-are-up-to-date-doesnt-fail-after-i18n-changes

OCPBUGS-17824: The test that checks if i18n translations are up to date doesn't fail after i18n changes
OpenShift Merge Robot il y a 3 ans
Parent
commit
795ba9a5d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test-frontend.sh

+ 1 - 1
test-frontend.sh

@@ -7,7 +7,7 @@ OPENSHIFT_CI=${OPENSHIFT_CI:=false}
 ARTIFACT_DIR=${ARTIFACT_DIR:=/tmp/artifacts}
 
 yarn i18n
-GIT_STATUS="$(git status --short --untracked-files -- public/locales packages/**/locales)"
+GIT_STATUS="$(git status --short --untracked-files -- locales)"
 if [ -n "$GIT_STATUS" ]; then
   echo "i18n files are not up to date. Run 'yarn i18n' then commit changes."
   git --no-pager diff