Skip to content

Commit

Permalink
Change check translation script
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR committed Jul 25, 2024
1 parent a0b44e8 commit 4b3c002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildScripts/github/vera_translation.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -xuevo pipefail
TRIK_LINTER_OK=true
if which vera++ >/dev/null 2>&1 ; then buildScripts/azure/runVera++.sh || TRIK_LINTER_OK=false ; fi
if which vera++ >/dev/null 2>&1 ; then buildScripts/github/runVera++.sh || TRIK_LINTER_OK=false ; fi
LUPDATE=lupdate
which lupdate-pro >/dev/null 2>&1 && LUPDATE=lupdate-pro
$LUPDATE studio.pro plugins/robots/editor/*/translations.pro || TRIK_LINTER_OK=false
buildScripts/azure/checkStatus.sh || TRIK_LINTER_OK=false
buildScripts/github/checkStatus.sh || TRIK_LINTER_OK=false
"$TRIK_LINTER_OK"

0 comments on commit 4b3c002

Please sign in to comment.