remove channel change alpine image
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-16 00:58:20 +02:00
parent 44ccc78236
commit d4b7efc44a

View File

@ -16,7 +16,6 @@ USER jenkins
RUN flutter config --no-cli-animations RUN flutter config --no-cli-animations
RUN flutter doctor -v RUN flutter doctor -v
RUN flutter channel master
RUN flutter upgrade RUN flutter upgrade
USER root USER root