Skip to content

Commit 8404237

Browse files
committed
ci: comment on why faling jobs are ok
1 parent d762b27 commit 8404237

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ stages:
88
Generate release notes on commit:
99
stage: build
1010
image: fedora:42
11-
allow_failure: true
11+
allow_failure: true # change to non release-notes files ignored
1212
script:
1313
- dnf install -q -y multimarkdown git-core libxslt
1414
- mkdir -p output
1515
- |-
1616
files=`git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | grep release-notes-`
17-
echo Changed files: $files
1817
for file in $files; do echo Processing file $file; multimarkdown $file | xsltproc release-notes.xsl - > output/$file.shtml; done
1918
artifacts:
2019
paths:
@@ -39,7 +38,6 @@ Generate release notes:
3938
# Publish the release notes to the website
4039
Publish release notes:
4140
stage: publish
42-
when: manual
4341
tags:
4442
- www.dcache.org
4543
script:

0 commit comments

Comments
 (0)