We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd3c90 commit b029b98Copy full SHA for b029b98
.github/workflows/Dockerfile_maiko
@@ -29,9 +29,11 @@ RUN cd ${INSTALL_LOCATION}/bin \
29
mv osversion oserversion.hold \
30
&& echo "#!/bin/sh" > osversion \
31
&& echo "echo wsl1" >> osversion \
32
+ && chmod ugo+x osversion \
33
&& ./makeright x cleanup \
34
&& ./makeright x \
35
&& ./makeright init \
36
&& mv osversion.hold osversion \
37
38
; \
39
fi
0 commit comments