Skip to content

Commit

Permalink
on this day hath we committed chaotic evile
Browse files Browse the repository at this point in the history
Co-authored-by: Helio Machado <[email protected]>
  • Loading branch information
casperdcl and 0x2b3bfa0 authored Sep 3, 2021
1 parent 9a57740 commit fb82963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ ENV IN_DOCKER=1
# also works for GitLab CI/CD
# https://gitlab.com/gitlab-org/gitlab-runner/-/blob/4c42e96/shells/bash.go#L18-37
# https://gitlab.com/gitlab-org/gitlab-runner/-/blob/4c42e96/shells/bash.go#L288
ENTRYPOINT ["/bin/bash", "-c", "basename \"$0\" | grep -qE '^(b?a|z|fi|t?c)?sh$' && exec \"$0\" \"$@\" || exec cml \"$0\" \"$@\""]
CMD [""]
ENTRYPOINT ["/bin/bash", "-c", "basename -- \"$0\" | grep -qE '^(b?a|z|fi|t?c)?sh$' && exec \"$0\" \"$@\" || exec cml \"$0\" \"$@\""]
CMD ["--help"]

0 comments on commit fb82963

Please sign in to comment.