mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
ci(gitlab-ci): 👷 update CI image name and customize entrypoint
For context, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476 although I may debug this on my side too later. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
9f9ab5040f
commit
b172ee26a0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# The Docker image that will be used to build your app
|
# The Docker image that will be used to build your app
|
||||||
image:
|
image:
|
||||||
name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest
|
name: dock.mau.dev/andreijiroh-dev/docker-images/mkdocs-material:latest
|
||||||
|
entrypoint: ["/bin/bash", "-l", "-c"] # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
Loading…
Reference in a new issue