Removing the need for releasing translations after building
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4a1b333198
commit
49aa23de92
1 changed files with 0 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue