Update .gitlab-ci.yml

This commit is contained in:
Christian Pauly 2020-02-19 05:46:21 +00:00
parent eeda670faf
commit aac5a57572
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ build_web:
image: cirrusci/flutter:beta-web
script:
- rm -r assets/js/package
- cd assets/js/ && curl -O 'https://packages.matrix.org/npm/olm/olm-3.1.4.tgz' && cd ../../
- cd assets/js/ && tar xaf olm-3.1.4.tgz && cd ../../
- cd assets/js/ && curl -O 'https://janian.de/index.php/s/ZKpQi4xFkGWPMHQ/download' && cd ../../
- cd assets/js/ && tar xaf olm.tar.gz && cd ../../
- flutter channel beta
- flutter upgrade
- flutter doctor --verbose