Skip to content

Commit

Permalink
add pt to premium build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SteVio89 committed Jan 5, 2023
1 parent 5b84a2d commit bc20bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/kick_off_premium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ else
if grep -q -e "languagetool-language-modules/es/.*" /home/circleci/git_diffs.txt; then PROJECTS="languagetool-language-modules/es/ $PROJECTS"; fi
if grep -q -e "languagetool-language-modules/fr/.*" /home/circleci/git_diffs.txt; then PROJECTS="languagetool-language-modules/fr/ $PROJECTS"; fi
if grep -q -e "languagetool-language-modules/nl/.*" /home/circleci/git_diffs.txt; then PROJECTS="languagetool-language-modules/nl/ $PROJECTS"; fi
if grep -q -e "languagetool-language-modules/pt/.*" /home/circleci/git_diffs.txt; then PROJECTS="languagetool-language-modules/pt/ $PROJECTS"; fi
if grep -q -e "languagetool-server/.*" /home/circleci/git_diffs.txt; then PROJECTS="languagetool-server/ $PROJECTS"; fi
fi
if [ -z "$PROJECTS" ]; then
Expand Down

0 comments on commit bc20bc3

Please sign in to comment.