File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
.github/scripts/ppc64le/self-hosted-builder Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ RUN rm -rf /tmp/runner /tmp/runner.patch
102102
103103USER runner
104104
105+ # Set working directory
106+ WORKDIR /opt/runner
107+
105108ENTRYPOINT ["/usr/bin/entrypoint" ]
106109CMD ["/usr/bin/actions-runner" ]
107110
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ExecStartPre=-/usr/local/bin/gh_token_generator.sh /etc/actions-runner/%i/appid.
1212ExecStartPre =-/usr/local/bin/gh_cat_token.sh /etc/actions-runner/%i/ghtoken.env /etc/actions-runner/%i/ghtoken.txt
1313
1414# Wait for token to be written to the pipe
15- ExecStartPre =/bin/bash -c 'while [ ! -s /etc/actions-runner/%i/ghtoken.txt ]; do sleep 1; done'
15+ # ExecStartPre=/bin/bash -c 'while [ ! -s /etc/actions-runner/%i/ghtoken.txt ]; do sleep 1; done'
1616
1717ExecStart =/usr/bin/docker run \
1818 --env-file =/etc/actions-runner/%i/env \
You can’t perform that action at this time.
0 commit comments