No description
bafc4a302a
Due to the incomplete entrypoint, bash doesn't want to execute scripts. The error message it provides says: ``` /bin/sh: /bin/sh: cannot execute binary file ``` The solution is rather trivial by making the entrypoint `["/bin/bash", "-c"]`. |
||
---|---|---|
.gitlab-ci.yml | ||
config.js |