pull/114/head
Alya Sirko 2022-09-17 10:10:19 +03:00
parent 01a2e38d81
commit e9f36f6269
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ steps:
GITEA_RELEASE_TOKEN:
from_secret: GITEA_RELEASE_TOKEN
- name: Deploy F-Droid Repo
- name: Deploy F-Droid Repository
commands:
- ./ci.py --deploy-fdroid-repo
environment:

View File

@ -30,7 +30,7 @@ ENV FLUTTER_HOME "/opt/flutter"
ADD $FLUTTER_URL .
RUN tar -vxf flutter_linux_${FLUTTER_VERSION}-stable.tar.xz && \
rm flutter_linux_${FLUTTER_VERSION}-stable.tar.xz
# Flutter doesn't work without write permissions, so fuck it, fuck.
# Flutter doesn't work without write permissions, so fuck it, fuck
RUN chmod -R 777 $FLUTTER_HOME
RUN git config --system --add safe.directory $FLUTTER_HOME