CI: enable build by build debugging
Also add other untracked files to build artifact.
This commit is contained in:
parent
f826bcf7fe
commit
8ffc773367
|
@ -16,6 +16,7 @@ build-website:
|
||||||
- sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml
|
- sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
|
untracked: true
|
||||||
expose_as: "website build"
|
expose_as: "website build"
|
||||||
name: "website-build-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "website-build-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue