Skip to content

Commit 6158596

Browse files
authored
Use default RUNNER_MANUALLY_TRAP_SIG (#634)
* Cancel the current job when the pod is deleting * Update entrypoint.sh * Unset RUNNER_MANUALLY_TRAP_SIG * Override entrypoint
1 parent 56959a8 commit 6158596

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ COPY entrypoint.sh /
4040

4141
VOLUME /var/lib/docker
4242

43-
# docker-init sends the signal to children
44-
ENV RUNNER_MANUALLY_TRAP_SIG=
45-
4643
# Disable the log by default, because it is too large
4744
ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=
4845

0 commit comments

Comments
 (0)