Update .gitlab-ci.yml

This commit is contained in:
Christian Pauly 2020-02-19 06:22:38 +00:00
parent aac5a57572
commit 7f18f01607
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ build_web:
script:
- rm -r assets/js/package
- cd assets/js/ && curl -O 'https://janian.de/index.php/s/ZKpQi4xFkGWPMHQ/download' && cd ../../
- cd assets/js/ && mv download olm.tar.gz && cd ../../
- cd assets/js/ && tar xaf olm.tar.gz && cd ../../
- flutter channel beta
- flutter upgrade