File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM gableroux/unity3d:2019.4.2f1
1+ FROM gableroux/unity3d:2020.1.12f1
22
33LABEL "com.github.actions.name" ="Unity Runner"
44LABEL "com.github.actions.description" ="Run unity any Unity project."
@@ -20,16 +20,13 @@ RUN /opt/Unity/Editor/Data/NetCore/Sdk-2.2.107/dotnet tool install dotnet-sonars
2020COPY unity_csc.sh.patch .
2121RUN patch /opt/Unity/Editor/Data/Tools/RoslynScripts/unity_csc.sh unity_csc.sh.patch
2222
23- COPY entrypoint.sh /entrypoint.sh
24- COPY activate.sh /activate.sh
25- COPY sonar-scanner.sh /sonar-scanner.sh
23+ COPY entrypoint.sh activate.sh sonar-scanner.sh request_activation.sh /
2624
2725ENV DOTNET_ROOT=/opt/Unity/Editor/Data/NetCore/Sdk-2.2.107/
2826
29- ADD request_activation.sh /request_activation.sh
30- RUN chmod +x /entrypoint.sh
31- RUN chmod +x /activate.sh
32- RUN chmod +x /request_activation.sh
33- RUN chmod +x /sonar-scanner.sh
27+ RUN chmod +x /entrypoint.sh && \
28+ chmod +x /activate.sh && \
29+ chmod +x /request_activation.sh && \
30+ chmod +x /sonar-scanner.sh
3431
3532ENTRYPOINT ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments