We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b7475 commit e8ff61aCopy full SHA for e8ff61a
earthly/flutter/Earthfile
@@ -22,6 +22,8 @@ INSTALL_FLUTTER:
22
# And remove below lines to the end of this ELSE-IF block:
23
GIT CLONE https://github.com/flutter/flutter.git /usr/local/flutter
24
WORKDIR /usr/local/flutter
25
+ # Explicitly fetch from the 'origin' remote (HTTPS). Otherwise may attempt SSH-a
26
+ RUN git remote set-url origin https://github.com/flutter/flutter.git
27
RUN git fetch --unshallow
28
RUN git checkout tags/$version
29
WORKDIR /
0 commit comments