Removing the need for releasing translations after building
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 2024-09-26 03:28:41 +02:00
parent 4a1b333198
commit 49aa23de92
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -26,8 +26,6 @@ steps:
- name: Unit Tests
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
commands:
- apt install -y qtchooser qttools5-dev-tools
- cd LogarithmPlotter/i18n && bash release.sh && cd ../..
- xvfb-run bash scripts/run-tests.sh
when:
event: [ push, tag ]