mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 13:09:32 +00:00
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:
parent
9ff4f89deb
commit
34a2eb5ce4
4 changed files with 102 additions and 84 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue