This commit is contained in:
peaceiris
2020-06-21 12:58:55 +09:00
parent 3e33579947
commit 18c640015b
2 changed files with 8 additions and 3 deletions

View File

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