This commit is contained in:
TingluoHuang
2020-09-03 17:24:59 -04:00
parent 7da6739eae
commit 69aa8d8984
3 changed files with 5 additions and 4 deletions
-4
View File
@@ -40,10 +40,6 @@ COPY ./src/Misc/jobstart.sh /actions-runner/jobstart.sh
COPY ./src/Misc/jobrunning.sh /actions-runner/jobrunning.sh
COPY ./src/Misc/jobcomplete.sh /actions-runner/jobcomplete.sh
# Allow runner to run as root
ENV RUNNER_ALLOW_RUNASROOT=1
RUN /actions-runner/download-runner.sh
RUN rm -f /actions-runner/download-runner.sh