Fix entrypoint of the CI image
Seems like gitlab has a hard time using the renovate image, because of the non-shell entrypoint
This commit is contained in:
parent
6d3a7470ce
commit
2b29995c2c
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
image: docker.io/renovate/renovate:19
|
image:
|
||||||
|
name: docker.io/renovate/renovate:19
|
||||||
|
entrypoint: /bin/bash
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- CI
|
- CI
|
||||||
|
|
Reference in a new issue