Fix flutter and dart path.
continuous-integration/drone/push Build is passing Details

master
Thomas Bellembois 2 years ago
parent 7e8a933406
commit 40c0c17111

@ -12,7 +12,7 @@ WORKDIR /opt
RUN git clone https://github.com/flutter/flutter.git -b stable RUN git clone https://github.com/flutter/flutter.git -b stable
ENV PATH=$PATH:/opt/flutter/bin:/usr/lib/dart/bin ENV PATH=$PATH:/usr/lib/dart/bin:/opt/flutter/bin
RUN flutter precache && flutter doctor RUN flutter precache && flutter doctor

Loading…
Cancel
Save