chore: add RUNNER_TEMP

This commit is contained in:
peaceiris 2020-03-27 18:55:48 +09:00
parent 3928f258b5
commit 56e4ed1216

View file

@ -24,5 +24,6 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
make install
WORKDIR /repo
ENV RUNNER_TEMP="/tmp"
CMD [ "bash" ]