Added flutter config for no cli animations
All checks were successful
andreas-personal/jenkins-ssh-docker-agent/pipeline/head This commit looks good

This commit is contained in:
Andreas Fahrecker 2024-03-12 20:03:14 +01:00
parent 68721f6eae
commit 1a5f548b23

View File

@ -38,6 +38,7 @@ RUN chown -R jenkins:jenkins /usr/local/flutter
# Run flutter doctor and upgrade # Run flutter doctor and upgrade
USER jenkins USER jenkins
RUN flutter config --no-cli-animations
RUN flutter doctor -v RUN flutter doctor -v
RUN flutter channel master RUN flutter channel master
RUN flutter upgrade RUN flutter upgrade