1
0
Fork 0

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:
Sheogorath 2019-10-31 21:08:38 +01:00
parent 6d3a7470ce
commit 2b29995c2c
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -1,4 +1,6 @@
image: docker.io/renovate/renovate:19 image:
name: docker.io/renovate/renovate:19
entrypoint: /bin/bash
stages: stages:
- CI - CI