This commit is contained in:
peaceiris 2020-06-21 12:58:55 +09:00
parent 3e33579947
commit 18c640015b
No known key found for this signature in database
GPG key ID: 5868468A8EBA64EC
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" ]