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
|
- name: Unit Tests
|
||||||
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
|
image: ad5001/ubuntu-pyside-xvfb:linux-6-latest-latex
|
||||||
commands:
|
commands:
|
||||||
- apt install -y qtchooser qttools5-dev-tools
|
|
||||||
- cd LogarithmPlotter/i18n && bash release.sh && cd ../..
|
|
||||||
- xvfb-run bash scripts/run-tests.sh
|
- xvfb-run bash scripts/run-tests.sh
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
|
Loading…
Reference in a new issue