ci(gitlab-ci): point CI image to nightly tag

Also generally fix some issues relating to build scripts on RTD and
some bloody CI hellscapes over at Pipfile.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-01 01:41:23 +08:00
parent 9ff4f89deb
commit 34a2eb5ce4
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
4 changed files with 102 additions and 84 deletions

View file

@ -1,6 +1,6 @@
# The Docker image that will be used to build your app
image:
name: quay.io/ajhalili2006/mkdocs-material-build-ci:commit-b9683f870d90ffe1a6c2d4d22c69fb8e99322e17
name: quay.io/ajhalili2006/mkdocs-material-build-ci:nightly
stages:
- build
@ -43,4 +43,4 @@ pages:srht:
- tar -C gmi -cvz . -f site.tar.gz
- doppler run -- ./bin/deploykit-gmi.sh
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH