Compare commits

..

No commits in common. "debug" and "main" have entirely different histories.
debug ... main

2 changed files with 2 additions and 4 deletions

View File

@ -44,9 +44,8 @@ flutter config --no-analytics --no-cli-animations
cp -r /src/* /work cp -r /src/* /work
cd /work/firka cd /work/firka
flutter pub get && \ flutter pub get
flutter gen-l10n --template-arb-file app_hu.arb && \ flutter build apk --release --verbose --tree-shake-icons --split-per-abi --target-platform android-arm,android-arm64
flutter build apk --debug --verbose
EOF EOF
RUN chmod +x /home/user/*.sh RUN chmod +x /home/user/*.sh

View File

@ -7,4 +7,3 @@ services:
- ./cache/gradle:/home/user/.gradle - ./cache/gradle:/home/user/.gradle
- ./cache/pub-cache:/home/user/.pub-cache - ./cache/pub-cache:/home/user/.pub-cache
- /home/jenkins/firka/secrets:/work/secrets - /home/jenkins/firka/secrets:/work/secrets
user: "1000:1000"