mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
(might fail) remove rm rf call
This commit is contained in:
@@ -15,7 +15,6 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --force-yes \
|
&& apt-get install -y --force-yes \
|
||||||
jq \
|
jq \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
ADD steps /steps
|
ADD steps /steps
|
||||||
RUN chmod -R +x /steps
|
RUN chmod -R +x /steps
|
||||||
|
|||||||
Reference in New Issue
Block a user