1
0
Fork 0
No description
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Sheogorath bafc4a302a
Fix GitLab CI error
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"]`.
2019-10-31 21:18:28 +01:00
.gitlab-ci.yml Fix GitLab CI error 2019-10-31 21:18:28 +01:00
config.js Initial commit 2019-10-31 20:46:42 +01:00